Nicklist menu

From Mibbit Wiki
Revision as of 18:22, 30 October 2009 by Hercule (talk | contribs) (kick, ban not built in any more)
Jump to: navigation, search

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