Difference between revisions of "User menu"
m |
m |
||
Line 10: | Line 10: | ||
{|border="1" cellpadding="2" style="border-collapse:collapse;padding-top:1px;padding-bottom:1px;border:1px solid #999;" | {|border="1" cellpadding="2" style="border-collapse:collapse;padding-top:1px;padding-bottom:1px;border:1px solid #999;" | ||
|+ <b>User Menus</b> | |+ <b>User Menus</b> | ||
− | |<b>Predefined</b>||values||action/comment | + | |<b>Predefined</b> Prefs (User list)||values||action/comment |
|- | |- | ||
|PM||/query $nick|| | |PM||/query $nick|| | ||
Line 17: | Line 17: | ||
|- | |- | ||
− | |<b>Defaults</b>||values|| | + | |<b>Defaults</b> (built in)||values|| |
|- | |- | ||
|Ignore||/ignore $nick||don't show what that user types (toggle) | |Ignore||/ignore $nick||don't show what that user types (toggle) | ||
Line 23: | Line 23: | ||
|Unignore||/unignore $nick||don't ignore that user any longer (toggle) | |Unignore||/unignore $nick||don't ignore that user any longer (toggle) | ||
|- | |- | ||
− | |<b>OP commands</b>||values||(for OPs or higher) | + | |<b>OP commands</b> (built in)||values||(for OPs or higher) |
|- | |- | ||
|Ban <ident>@*||/mode # +b *!$user@*||not shown if ident is "Mibbit" | |Ban <ident>@*||/mode # +b *!$user@*||not shown if ident is "Mibbit" |
Revision as of 10:52, 3 December 2009
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 (your own nick name)
- $nick (name)
- $user (ident)
- $host (only availabe after a /whois or if the user joined after you)
Predefined Prefs (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 |