Difference between revisions of "User menu"

From Mibbit Wiki
Jump to: navigation, search
(User Menus in Prefs)
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
this is a stub (work in progress)
+
{{orphan|date=December 2009}}
  
 +
{{Wikify|date=December 2009}}
  
Similar to an [[Alias]] you can add you own items to the dropdown which opens when you click a user. Availabe variables:
+
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>".
*# (current channel)
+
 
*$me (myself)
+
Availabe variables:
*$nick (clicked user)
+
*<nowiki>#</nowiki> (current channel)
 +
*$me (your own nick name)
 +
*$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
+
*$? (prompt for a value)
 
 
 
{|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>
+
|+ '''User Menus'''
|<b>Predefined</b>||values||action/comment
+
|'''Predefined''' in<br>Pref(erence)s -> User list||values||action/comment
 
|-
 
|-
 
|PM||/query $nick||
 
|PM||/query $nick||
Line 18: Line 21:
  
 
|-
 
|-
|<b>Defaults</b>||values||
+
|'''Defaults''' (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 24: Line 27:
 
|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||
+
|'''OP commands''' (built in)||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
 
|}
 
|}
 +
 +
 +
 +
Examples:
 +
TimeVersion      /ctcp $nick VERSION | /ctcp $nick TIME
 +
OpBanKickReason?    /cs op # | /ban $nick | /kick # $nick $?
 +
Slap              /me slaps $nick with a large trout
 +
(command syntax can be different on other servers)
 +
{{Uncategorized|date=December 2009}}

Latest revision as of 10:59, 28 July 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
OpBanKickReason?     /cs op # | /ban $nick | /kick # $nick $? 
Slap              /me slaps $nick with a large trout

(command syntax can be different on other servers)