i've got this in my script
on ^*:rawmode:# { echo -i25 # 01,13 $+ $timestamp $+ $+ $str(€,14) 01,13···> $nick is setting mode07: ( $+ $1 $replace($2-,$chr(32),$chr(44) $+ $chr(32)) $+ 07) | halt }
works fine for things like
ChanServ is setting mode: (+oq phishes, phishes)
but for a singular mode, like setting +s i get a space
phishes is setting mode: (+s )
how do i get rid of the space so it's like (+s)
thanks.