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 slowpoke23
Tue Feb 26, 2013 3:58 am
Forum: Scripting Help
Topic: !msg script
Replies: 1
Views: 2478

!msg script

Hi

lets say i have this script

Code: Select all

bind pub n !msg s_msg2
proc s_msg2 {nick uhost hand chan arg} {
global botnick
putserv "PRIVMSG $chan : $arg"
}

How can I make it message the channel OR the nickname

!msg #chan test
!msg nick test

:S
by slowpoke23
Sun Feb 10, 2013 6:02 am
Forum: Scripting Help
Topic: Reply to the command
Replies: 7
Views: 4911

Thank you!! That is what I'm after pretty much ! :) Just one minor problem if you don't mind helping just a little bit more.. [20:00:58] <%SUme> !getaops #ChaNnel2 [20:01:00] <&Botes> Valid channels are: #channel1, #channel2 [20:01:04] <%SUme> lulz Is there any way it if someone did say #ChaNnel...
by slowpoke23
Sun Feb 10, 2013 5:42 am
Forum: Scripting Help
Topic: Reply to the command
Replies: 7
Views: 4911

Hmm that script could become handy but !getaops will only be available in one channel which will be a chanops channel.. so i don't think !trigger etc will be any help :(

I appreciate your help!
by slowpoke23
Sun Feb 10, 2013 5:31 am
Forum: Scripting Help
Topic: Reply to the command
Replies: 7
Views: 4911

Hi, Thanks.

I plan on having a few channels on this script like #chan1 #chan2 #lobby #help #network etc so I'm not sure how it'd be done that way?
by slowpoke23
Sun Feb 10, 2013 5:22 am
Forum: Scripting Help
Topic: Reply to the command
Replies: 7
Views: 4911

Reply to the command

OK so I have the following code, How can I make it reply to say !getaops #ChaNneL2 when its set as #channel2 in the script And if its not set to #Channel3 and someone does !getaops #channel3 can it return a error? bind pub n !getaops get_aops proc get_aops {nick uhost hand chan text} { global botnic...