Skip to content
MSN

about raws

A TG007 community discussion started by [::X-System::].

Discussion 6 posts
Page 1 of 1
Open
Topic #3050 · 6 published posts · 780 views

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

bfush.PNG

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 #