Bad piece of code on line 64 of #221:x. which is fixed... It used to make stuff look like:
Kara says,, "Hello."
if you typed: x.pub Hello
while currently switched to the wizards channel. (Or whatever.)
Few are aware that we have this feature, so if you would like to be listening to more than one channel at a time, you may talk on both of them. @xsw pub will make you listen to the public channel, even if you are already connected to another channel. And to talk on the channel that you are not actively speaking on, you just type:
x.
or you can use verbs by removing the 'x' on them:
x.
This was the bad piece of code: action = tostr(" ", action, ", ");
calling the mcf_prefix_msg that many of you have customized. Changed to:
action = tostr(action, " ");
This way, you don't get extra garbage in there.
Sorry, but it was annoying the he|| out of me. :)
ArchLiz,
Kara