Difference between revisions of "User menu"

From Mibbit Wiki
Jump to: navigation, search
m (no more advanced)
Line 39: Line 39:
 
  TimeVersion      /ctcp $nick VERSION | /ctcp $nick TIME
 
  TimeVersion      /ctcp $nick VERSION | /ctcp $nick TIME
 
  KickBanReason    /cs op # | /ban $nick | /kick $nick $?  
 
  KickBanReason    /cs op # | /ban $nick | /kick $nick $?  
 +
Slap              /me slaps $nick with a large trout
 
{{Uncategorized|date=December 2009}}
 
{{Uncategorized|date=December 2009}}

Revision as of 12:15, 2 May 2011


Similar to an Alias you can add you own commands or text to the dropdown which opens when you click a user. Several items can be chained using the pipe symbol "<space> | <space>".

Availabe variables:

  • # (current channel)
  • $me (your own nick name)
  • $nick (name)
  • $user (ident)
  • $host (only availabe after a /whois or if the user joined after you)
  • $? (prompt for a value)
User Menus
Predefined in
Pref(erence)s -> User list
values action/comment
PM /query $nick
Whois /whois $nick
Defaults (built in) values
Ignore /ignore $nick don't show what that user types (toggle)
Unignore /unignore $nick don't ignore that user any longer (toggle)
OP commands (built in) values (for OPs or higher)
Ban <ident>@* /mode # +b *!$user@* not shown if ident is "Mibbit"
Ban *@<host> /mode # +b *!*@$host if $host is defined/available


Examples:

TimeVersion       /ctcp $nick VERSION | /ctcp $nick TIME
KickBanReason     /cs op # | /ban $nick | /kick $nick $? 
Slap              /me slaps $nick with a large trout