This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Need script for CGI:IRC client

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
ZEXEL
Halfop
Posts: 45
Joined: Tue Jun 27, 2006 10:47 pm
Contact:

Need script for CGI:IRC client

Post by ZEXEL »

Hello,
I looking for a script that kick/ban some user that use CGI:IRC client and I've been searching around the egghelp forum and tcl archive but not finded. :cry:
Please help me :oops:

Thank you very much for your help and have a nice day...
:wink:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

And how exactly would a Tcl script detect this CGI:IRC?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

I use a version checking script which may help you out. Just edit the keywords (version reply) and set your chan and that should work.

http://longshanks.dyndns.org/downloads/vhunter.tcl

good luck
User avatar
ZEXEL
Halfop
Posts: 45
Joined: Tue Jun 27, 2006 10:47 pm
Contact:

Yippi...

Post by ZEXEL »

Thanks for replay but I think your codes is very annoying for some user coz they will be ask the owner of bot "Why your bot is always try to CTCP VERSION my irc client?" and it's replay from CTCP VERSION will be make bot slowly to respond. :cry:
But I apriciated you threads...

Any one can help me again?

Thank you... :wink:
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

ok no problem but if you find a way to detect irc clients without grabbing the version please let me know.
As for the lag caused by the script well it is pretty small I run 5 bots on my home shell running the script and they kick faster than the client can drive through. Oh well good luck
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Re: Yippi...

Post by rosc2112 »

ZEXEL wrote: Thanks for replay but I think your codes is very annoying for some user coz they will be ask the owner of bot "Why your bot is always try to CTCP VERSION my irc client?" and it's replay from CTCP VERSION will be make bot slowly to respond. :cry:
Any one can help me again?
How do you propose to find out the client/version without issuing a VERSION query?

And as far as other people being annoyed, they can do this little thing called IGNORE.

I also see no reason why issuing a VERSION query would make your bot slow, unless you have a very busy channel..
s
sleeplezz
Voice
Posts: 7
Joined: Sun Jun 04, 2006 12:13 pm

Post by sleeplezz »

IRC:CGI has a unique ident or realname (such as [45580442] bla.. bla.. bla.. ) :) Maybe bot can perform whois command on join event than check this things. Any idea?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Search the archive for "bad whois" or "bad ident"

http://www.egghelp.org/tcl.htm
User avatar
ZEXEL
Halfop
Posts: 45
Joined: Tue Jun 27, 2006 10:47 pm
Contact:

Ok?

Post by ZEXEL »

rosc2112, I've bot protection in #sweden and #jakarta channel on DALnet. it's enough to make bot slowly coz many user has part and join again. :wink:
.:[ Knowledge Is The Power ]:.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

In which case, *any* on-join action is going to make your bot "slow"

Perhaps set up a dedicated bot just for the purpose.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

If the bot is that slow I'd be looking for a better shell account with a faster connection OR refine the choice of Tcl scripts loaded.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply