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.

Search found 34 matches

by play4free2
Thu Dec 12, 2013 10:05 pm
Forum: Script Requests
Topic: Request Version Reply
Replies: 3
Views: 5443

Request Version Reply

Hi,

I am looking for a script for a bot that uses the trigger !version <nick>

Then replies to the chanset #channel(s) with: Version Reply: mIRC 6.35 Khaled Mardam-Bey
Or what ever version(s) the user might be using.

Thanks,

play4free2
by play4free2
Thu Dec 12, 2013 8:04 pm
Forum: Script Requests
Topic: Request whois reply
Replies: 10
Views: 13157

Get_A_Fix This is what I have come up with so far out of the one I had and the one you wrote. set adminchan "#channel" bind raw - "NOTICE" findwhois proc findwhois {from keyword arg} { global botnick adminchan network if {[string match "*did a /whois*" $arg]} { if {[str...
by play4free2
Tue Dec 10, 2013 5:34 pm
Forum: Script Requests
Topic: Request whois reply
Replies: 10
Views: 13157

Thanks Get_A_Fix, Just what I was looking for! Eventually I want to get one that replays like mine does: UserNick I have been whois'd 245 times. Your hostmask is: (ident@127.0.0.1) Your whois on: 420-HIGHTIMES Network this: Tuesday 10/12/2013 at: 13:27:09 has been logged and identifed for security p...
by play4free2
Tue Dec 10, 2013 3:35 am
Forum: Script Requests
Topic: Request whois reply
Replies: 10
Views: 13157

Request whois reply

Hi, I found this code with Google: bind raw - "NOTICE" findwhois proc findwhois {nick junk arg} { if {![string match "*did a /whois*" $arg]} { return 0 } putlog "Hey! [lrange $arg 4 end]" return 0 } But what I am looking for is one that instead of doing putlog it notice...