a stOOpid problem as usual lol
if %reason is set to be <You have been a bad chatter>, then :
.raw -q kick $chan $nick %reason
wud kick the nick with reason: <You>.
as u can see, raws dont read $chr(32)
ideas ?
A TG007 community discussion started by [::X-System::].
a stOOpid problem as usual lol
if %reason is set to be <You have been a bad chatter>, then :
.raw -q kick $chan $nick %reason
wud kick the nick with reason: <You>.
as u can see, raws dont read $chr(32)
ideas ?
on me:*:join:#:hop #
$replace(<You have been a bad chatter>,$chr(32),$chr(160))
possibly?
"the important thing was, that i had an onion on my belt, which was the style at the time"
been there done that, never worked ! lol
more ideas?
on me:*:join:#:hop #
when you send a /raw command you're sending it the same way you would send a sockwrite command. a sockwrite kick command looks like
KICK <channel> <nick> :reason here
note the : right before the reason. without that : it will only accept the first word of the reason. so to do your raw command you need to use
raw -q kick $chan $nick : $+ %reason
ahh, so it says in the mirc help file lol
"the important thing was, that i had an onion on my belt, which was the style at the time"
thnx 4 de help vex, i'll try that
on me:*:join:#:hop #
Sign in to reply or start a new topic where your account has permission.