View topic - ChanServ



All times are UTC + 1 hour


Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: ChanServ
PostPosted: 21 Mar 2006, 22:50 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
Since 0.22 lobby update you'll notice ChanServ bot hanging out in #main, you can use it to manage your own private channels, type "/msg ChanServ !help" to get started. In order to get a channel registered, you'll still have to ask one of the moderators to do it for you, after that you'll have full control over the channel.

Note that currently channel functions such as founder/operator are locked to nickname, so if you rename your account you'll loose your rights as well.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 06 Jun 2006, 01:35 
User avatar

Joined: 31 Jan 2006, 07:58
So I have chanserv in my little channel here, but he appears to not remember people I have set to op, over those people's mutiple sessions, is this a known bug or maybe just some sort of Chanserv limitation?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 19 Jul 2006, 22:03 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
no it simply "forgot" the user when he renamed his account, but it is fixed now.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 19 Jul 2006, 22:09 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
I've updated the ChanServ a bit to answer back to the channel where command was issued rather than to private chat, also you don't need to give chan name as argument to certain command anymore if issued from a channel. Also added some new commands.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 20 Jul 2006, 05:18 
Classic Community Lead
User avatar

Joined: 12 Aug 2005, 08:29
Location: CANAYDEEEAH!
Can channel ops channel mute or channel ban yet? I'm getting sick of people asking me to deal with trouble makers who just rejoin as soon as they are kicked.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 20 Jul 2006, 15:57 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
I may have a temporary solution to that


Top
 Offline Profile  
 
 Post subject:
PostPosted: 20 Jul 2006, 21:21 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
SwiftSpear wrote:
Can channel ops channel mute or channel ban yet?

I've just added mute command, but not ban though.

AF wrote:
I may have a temporary solution to that

I don't think so.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 20 Jul 2006, 22:09 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
The solution has already been implemented and tested in python, and should serve as a nifty platform for a handful of other things.

Aside from that stop taking shots at me betalord.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 05 Apr 2007, 00:42 
User avatar

Joined: 15 Mar 2007, 22:03
Betalord wrote:
SwiftSpear wrote:
Can channel ops channel mute or channel ban yet?

I've just added mute command, but not ban though.


Is a Ban option going to become available?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 05 Apr 2007, 01:47 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
Quote:
Is a Ban option going to become available?

Not any time soon as I'm not currently working on the lobby, but if someone else makes a patch I can commit it. What needs to be done is a way to make channels persistent (currently they get created/destroyed on the fly) and then adding ban list on top of that, or simply add ban lists on top of current dynamic channels and make ChanServ update the ban list each time it joins a channel (this may be even better option perhaps).


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Apr 2007, 20:39 
Classic Community Lead
User avatar

Joined: 12 Aug 2005, 08:29
Location: CANAYDEEEAH!
Any idlebot could probably be programmed to hold a banlist. It would be simplistic, it would just auto kick anyone who's name it recognized was on the list, but it would work well enough in the short term. Optimally someone would mod chanserv to do it, since chanserv actually has access to IP's so it could maintain channel IP bans without having to give channel operators any information.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 30 Apr 2007, 22:40 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
Such a bot is sitting on UF, banbot and slurbot. I'd be happy to provide source code so you could modify it to use server commands rather than chanserv commands, which is the only change I could see you making.

http://www.darkstars.co.uk/randomfiles/obscene.rar

Thats the source to the []Obscene bot, a bot which mutes people if they dont swear, aka #vulgar style. Its slurbot with the obscenity check done in reverse.

The difference between that and banbot is very small. Instead of checking SAID and SAIDEX message events for words, it checks JOIN events for bad usernames and sends a "SAYPRIVATE ChanServ !kick "+username+" #"+channelname

However a simple instance of the banbot program would do fine. []banbot is already running a single banlist across several channels already, namely #aflobby #af #[] #kobs #xta and #k to keep out the very worst of the lobby trolls.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 01 May 2007, 07:57 
User avatar

Joined: 26 Jun 2006, 19:43
Location: Unknown
its good but needs ban-per-chanel to make it viable as a server bot :)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 01 May 2007, 14:20 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
not hard to add, but the version up on UF is intended to have 1 banlist, so you run your own bot and put it in your channel/s

That way !ban xyz adds xyz to #af #[] and #aflobby rather than goign itno each and every channel.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 11:03 

Joined: 02 Aug 2007, 10:57
Sorry for that question, every body talkin bout chanserv, but where can i downloadit for my server ?

or does exist an example for server-configfile ?
or if chanserv allrdy implemented, how to configure it / start it?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 15:18 
AI Coder
User avatar

Joined: 14 Sep 2004, 10:32
Location: Cookieland
svn /trunk/tasserver/chanserv/


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 15:48 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
the ChanServ used here is not what you are looking for, I assume you are looking for the ChanServ service found on irc networks such as dalnet (as this is your first post here I assume you googled for "ChanServ").


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 19:22 

Joined: 02 Aug 2007, 10:57
Betalord wrote:
the ChanServ used here is not what you are looking for, I assume you are looking for the ChanServ service found on irc networks such as dalnet (as this is your first post here I assume you googled for "ChanServ").


Sorry, i didnt google for Chanserv.

I've installed the TA-Dedicated Server on my Linux-Root.
and its trough any circumstance impossible to require an Useraccount for Login.

and i think, its needed to have at least one Admin-Account to manage the Dedicated Server for giving rights like admin, channeladmin etc.

i thought, its an serverside-modul for the server.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 20:04 

Joined: 29 Jun 2005, 08:31
Location: Ljubljana, Slovenia
In that case, you can get chanserv from here.

If you're running server in "lan mode" that use -lanadmin switch to set up admin account (see readme.txt), if not, then you'll have to manually edit accounts.txt file. You'll have to set 2 right-most bits to 1, like this:

Betalord *** 1100000000000000000000011 ...


Top
 Offline Profile  
 
 Post subject:
PostPosted: 02 Aug 2007, 23:23 

Joined: 02 Aug 2007, 10:57
ok i c , but i dont use server in lanmode, bcoz i thought i dont need to enable lanmode, then it can create accounts.

the Readme doesnt say really much.

And such a accounts.txt doesnt exist, too.


ill try in lanmode. thx.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.