Jump to content

Whisper Command Help


Dippy

Recommended Posts

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)

Link to comment
Share on other sites

use on text command for whispers instead of channel. chan is # whisper is ?

 

on *:text:*:?: {

 

so something like this should work

 

on *:text:&help:?: {

Link to comment
Share on other sites

Guest Travis

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...