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

by romb
Thu Oct 18, 2007 3:50 am
Forum: Scripting Help
Topic: get executed command
Replies: 6
Views: 3300

user on channel types !command1 or !command2 or !command3
and in function i gets command1 or command2 or command3
by romb
Wed Oct 17, 2007 8:48 pm
Forum: Scripting Help
Topic: get executed command
Replies: 6
Views: 3300

get executed command

hello all! i am need get command executed by user on channel. example: proc ::comm::detect { nick uhost hand chan rest } { #what i need to write this for get command1 or command2 or command3 return 0 } bind pub - "!command1" ::comm::detect bind pub - "!command2" ::comm::detect bi...