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 5 matches

by Schubi
Mon Oct 01, 2007 5:05 pm
Forum: Script Requests
Topic: /msg bot, reply to channel
Replies: 7
Views: 3470

Thanks for the info!
by Schubi
Sun Sep 23, 2007 11:34 am
Forum: Script Requests
Topic: /msg bot, reply to channel
Replies: 7
Views: 3470

After a long, long time: ## NELSON 1.0.0 set chan "#testa" bind msg - laugh nelson ## /msg botnick laugh <idiot> proc nelson {nick uhost handle arg} { global chan botnick if { $arg == "" || $arg eq " " } { putserv "PRIVMSG $nick :Usage: /msg $botnick laugh <idiot>&...
by Schubi
Sun Sep 09, 2007 2:56 pm
Forum: Script Requests
Topic: /msg bot, reply to channel
Replies: 7
Views: 3470

Thank you - but still not working. :-/ I guess it has something to do with $nick (but now idea how the script gets the "/msg bot <nick>" value)
by Schubi
Fri Sep 07, 2007 7:36 am
Forum: Script Requests
Topic: /msg bot, reply to channel
Replies: 7
Views: 3470

Code: Select all

bind msg - laugh msg:laugh

set chan "#test"

proc msg:laugh {nick host hand text} {
   putserv "PRIVMSG $chan :$nick: Ha Ha!"
Still something missing...?!
by Schubi
Fri Sep 07, 2007 5:23 am
Forum: Script Requests
Topic: /msg bot, reply to channel
Replies: 7
Views: 3470

/msg bot, reply to channel

Hello, I've been trying to write a script that lets the bot send a message to the channel after sending a query to the bot: /msg Bot User <Bot> User: Ha Ha! I tried to adapt some scripts that I found, but as I'm not familiar with coding it's a bit hard (and I already tried serveral variants of this ...