Search found 1 match

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

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"
}

}