mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: May 2003
Posts: 10
It would help if the /who <#Room> command results were shown in the main window instead of the status window. I've tried, but I can't find any option that'll do this.


http://folding.stanford.edu
Save lives, visit today!
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Alt+O (Options)
[+]-IRC

On the right "Show in active" -> [X] Whois


-KingTomato
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
He said /who, not /whois :tongue:

Joined: May 2003
Posts: 10
A
Pikka bird
OP Offline
Pikka bird
A
Joined: May 2003
Posts: 10
Yes, I have this checked. However, this is for the /whois command, not the /who command. It would really help if there was also a box under this menu item for the /who command as well as the /whois command.


http://folding.stanford.edu
Save lives, visit today!
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
#who off
raw 352:*:{ echo -a $2- }
raw 315:*:{ echo -a $2- }
#who end

menu channel {
  Who info
  .Get info:{ .who # }
 .-
  .Enable/Disable
  ..Enable:{ .enable #who }
  ..Disable:{ .disable #who }
}

paste this code in your remote section.. ALT + R .. then look in your channel menu..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard