Difference between revisions of "Nicklist menu"

From Mibbit Wiki
Jump to: navigation, search
m
(kick, ban not built in any more)
Line 1: Line 1:
User menu entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list.
+
==prefs > User list > User Menus==
 +
Entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list.
  
Available variables:
+
===Available variables===
 
* $nick - the nickname of the user
 
* $nick - the nickname of the user
 
* $me - your own nickname
 
* $me - your own nickname
 
* # (hash/pound) - the channel your are in
 
* # (hash/pound) - the channel your are in
  
Variables available when people join after you or if you do an /whois on them:
+
===Variables available when people join after you or if you do an /whois on them:===
 
* $host - user host name (partly cloaked)
 
* $host - user host name (partly cloaked)
 
* $user - user ident  
 
* $user - user ident  
  
Defaults:
+
===Defaults===
 
* PM - /query $nick
 
* PM - /query $nick
 
* Whois - /whois $nick
 
* Whois - /whois $nick
  
Built-in items (not editable):
+
===Built-in items (not editable)===
* Kick user - /kick $nick (only if you are op+)
+
 
* Ban - /ban *@$host  (main client, only if you are op+)
 
 
* Ignore - /ignore $nick
 
* Ignore - /ignore $nick
  
Examples:
+
===Examples===
 +
* Kick user - /kick $nick (only if you are op+)
 +
* QuietBan - /mode # +b ~q:*!*@$host
 
* give voice - /mode # +v $nick
 
* give voice - /mode # +v $nick
 
* chg nick - $nick, please type:  /nick newNickHere
 
* chg nick - $nick, please type:  /nick newNickHere

Revision as of 18:22, 30 October 2009

prefs > User list > User Menus

Entries allow executing predefined actions (similar to an alias) when you click on a member of the user list.

Available variables

  • $nick - the nickname of the user
  • $me - your own nickname
  • # (hash/pound) - the channel your are in

Variables available when people join after you or if you do an /whois on them:

  • $host - user host name (partly cloaked)
  • $user - user ident

Defaults

  • PM - /query $nick
  • Whois - /whois $nick

Built-in items (not editable)

  • Ignore - /ignore $nick

Examples

  • Kick user - /kick $nick (only if you are op+)
  • QuietBan - /mode # +b ~q:*!*@$host
  • give voice - /mode # +v $nick
  • chg nick - $nick, please type: /nick newNickHere