rl-client: fix sending channel messages dropping ! prefixes
the server seems to always strip the first character from channel messages, expecting its a /
This commit is contained in:
@@ -100,8 +100,8 @@ LABEL74:
|
||||
substring
|
||||
sconst "/"
|
||||
compare
|
||||
iconst 1
|
||||
if_icmpeq LABEL83
|
||||
iconst 0 ;
|
||||
if_icmpne LABEL83
|
||||
jump LABEL87
|
||||
LABEL83:
|
||||
sconst "/"
|
||||
|
||||
Reference in New Issue
Block a user