How would you read a command from whisper
Say someone Type &help in whisper and I want it to give the list how would go about reading that command in whsiper not in the room ?
Thanks :0)
A TG007 community discussion started by Dippy.
How would you read a command from whisper
Say someone Type &help in whisper and I want it to give the list how would go about reading that command in whsiper not in the room ?
Thanks :0)
use on text command for whispers instead of channel. chan is # whisper is ?
on *:text:*:?: {
so something like this should work
on *:text:&help:?: {
Get information about ircWx here
Yer I throught that too but no joy lol
you may have to tokenize it if you are on a chat that has font codes
Get information about ircWx here
Yes, Buzzen's whisper works nothing like the standard IRC protocol
The connection you are using must not handle whispers correctly then.
Yes, Buzzen's whisper works nothing like the standard IRC protocol
haha theres nothing standard about buzzens server. whois dont even work
im actually surprised you can '/AWAY Reason' in buzzen and not get a 'unknown command' error
I don't know if this is an issue when using mIRC by itself to connect to Buzzen, but when you use a socket connection, it is up to the creator to route the info to the socket correctly. Most connections don't do this and leave you hanging.
Try SoulFly and you can use on *:text:*:?: as normal. I've even given you an identifier to return the exact channel they whispered you from. You don't have to use $comchan($nick,1) with SoulFly. Both versions of SoulFly do this.
Got it sorted anyway Thanks :0)
Sign in to reply or start a new topic where your account has permission.