Difference between revisions of "Nicklist menu"

From Mibbit Wiki
Jump to: navigation, search
m (typo)
m
Line 1: Line 1:
Menu entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list.
+
User menu entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list.
  
 
Available variables:
 
Available variables:

Revision as of 16:03, 23 January 2009

User menu 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):

  • Kick user - /kick $nick (only if you are op+)
  • Ban - /ban *@$host (main client, only if you are op+)
  • Ignore - /ignore $nick

Examples:

  • give voice - /mode # +v $nick
  • chg nick - $nick, please type: /nick newNickHere