Difference between revisions of "User menu"

From Mibbit Wiki
Jump to: navigation, search
m (OPs or higher)
($user)
Line 5: Line 5:
 
*<nowiki>#</nowiki> (current channel)
 
*<nowiki>#</nowiki> (current channel)
 
*$me (myself)
 
*$me (myself)
*$nick (clicked user)
+
*$nick (name)
 +
*$user (ident)
 
*$host (only availabe after a /whois or if the user joined after you)
 
*$host (only availabe after a /whois or if the user joined after you)
 
*etc
 
*etc
Line 26: Line 27:
 
|<b>OP commands</b>||values||(for OPs or higher)
 
|<b>OP commands</b>||values||(for OPs or higher)
 
  |-
 
  |-
|Ban <ident>@*||/mode # +b *!$ident@*||not shown if ident is "Mibbit"
+
|Ban <ident>@*||/mode # +b *!$user@*||not shown if ident is "Mibbit"
 
|-
 
|-
 
|Ban *@<host>||/mode # +b *!*@$host||if $host is defined/available
 
|Ban *@<host>||/mode # +b *!*@$host||if $host is defined/available
 
|}
 
|}

Revision as of 20:03, 2 December 2009

this is a stub (work in progress)


Similar to an Alias you can add you own items to the dropdown which opens when you click a user. Availabe variables:

  • # (current channel)
  • $me (myself)
  • $nick (name)
  • $user (ident)
  • $host (only availabe after a /whois or if the user joined after you)
  • etc
User Menus
Predefined values action/comment
PM /query $nick
Whois /whois $nick
Defaults 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 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