Skip to content
Buzzen Chat Network

Whisper Command Help

A TG007 community discussion started by Dippy.

Discussion 9 posts
Page 1 of 1
Open
Topic #10285 · 9 published posts · 2,309 views

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:?: {

Edited Jun 13, 2008 5:46 PM by err0r

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.

Edited Jun 14, 2008 2:26 AM by Travis
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)