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 1 match

by JmE
Thu Dec 01, 2005 9:28 am
Forum: Scripting Help
Topic: problems whid ¤ char :S
Replies: 1
Views: 7121

problems whid ¤ char :S

i want this to work but it wont :S

bind PUBM - * pub_test

proc pub_test {nick uhost handle chan text} {

if {[string match "*¤*" $text]} {
puthelp "PRIVMSG $chan : m000"
}

}