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

by ahlan
Tue Apr 15, 2014 11:06 am
Forum: Scripting Help
Topic: run command from another proc command ?
Replies: 8
Views: 8963

thank you bro!!, muach muach... :D
by ahlan
Tue Apr 15, 2014 10:31 am
Forum: Scripting Help
Topic: run command from another proc command ?
Replies: 8
Views: 8963

Maybe I write like this: set actReplies { {hei $nick, do not slap me} {ish..., $nick slapping me} {hai, $nick, miss me?} } bind ctcp - ACTION rep_act proc rep_act {nick uhost hand dest key text} { global botnick actReplies brb_msg if {$dest eq $botnick && ![validchan $dest]} { return 0 } if ...
by ahlan
Tue Apr 15, 2014 9:55 am
Forum: Scripting Help
Topic: run command from another proc command ?
Replies: 8
Views: 8963

wow you're cool, heartbroken, call proc within proc solved. but for slap respon, botnick still send msg twice: * ahlan slaps severus around a bit with a large trout <mybotnick> hai, ahlan, miss me? <mybotnick> hei ahlan, do not slap me * ahlan slaps severus <mybotnick> ish..., ahlan slapping me <myb...
by ahlan
Tue Apr 15, 2014 1:20 am
Forum: Scripting Help
Topic: run command from another proc command ?
Replies: 8
Views: 8963

I have similar problem to fix. I get some script to modified, please help me. (i'm sorry for my bad english) set actReplies { {hei $nick, do not slap me} {ish..., $nick slapping me} {hai, $nick, miss me?} } bind ctcp - ACTION rep_act proc rep_act {nick uhost hand chan keyword arg} { global botnick a...