Difference between revisions of "Template:DefaultAlias"
(/voice NICK etc) |
(user/nick) |
||
Line 15: | Line 15: | ||
| /os || /msg OperServ $1- || Message OperServ with only two letters. | | /os || /msg OperServ $1- || Message OperServ with only two letters. | ||
|- | |- | ||
− | | /voice || /mode # +v $1 || Voice a nick | + | | /voice || /mode # +v $1 || Voice a user/nick |
|- | |- | ||
− | | /devoice || /mode # -v $1 || Remove voice from a nick (/unvoice is the same) | + | | /devoice || /mode # -v $1 || Remove voice from a user/nick (/unvoice is the same) |
|- | |- | ||
− | | /ban || /mode # +b $1 || Ban a nick | + | | /ban || /mode # +b $1 || Ban a user/nick |
|- | |- | ||
− | | /unban || /mode # -b $1 || Remove a ban from a nick. (/deban is the same) | + | | /unban || /mode # -b $1 || Remove a ban from a user/nick. (/deban is the same) |
|- | |- | ||
− | | /op || /mode # +o $1 || Give operator status to a nick. | + | | /op || /mode # +o $1 || Give operator status to a user/nick. |
|- | |- | ||
− | | /deop || /mode # -o $1 || Remove operator status from a nick (/unop is the same) | + | | /deop || /mode # -o $1 || Remove operator status from a user/nick (/unop is the same) |
|- | |- | ||
− | | /halfop || /mode # +h $1 || Give half-operator status to a nick. | + | | /halfop || /mode # +h $1 || Give half-operator status to a user/nick. |
|- | |- | ||
− | | /dehalfop || /mode # -h $1 || Remove half-operator status from a nick (/unhalfop is the same) | + | | /dehalfop || /mode # -h $1 || Remove half-operator status from a user/nick (/unhalfop is the same) |
|- | |- | ||
− | | /admin || /mode # +a $1 || Give super-operator status to a nick (called Admin on Mibbit) | + | | /admin || /mode # +a $1 || Give super-operator status to a user/nick (called Admin on Mibbit) |
|- | |- | ||
− | | /deadmin || /mode # -a $1 || Remove super-operator status from a nick (/unadmin is the same) | + | | /deadmin || /mode # -a $1 || Remove super-operator status from a user/nick (/unadmin is the same) |
|- | |- | ||
− | | /owner || /mode # +q $1 || Give owner status to the nick | + | | /owner || /mode # +q $1 || Give owner status to the user/nick |
|- | |- | ||
− | | /deowner || /mode # -q $1 || Remove owner status from the nick (/unowner is the same) | + | | /deowner || /mode # -q $1 || Remove owner status from the user/nick (/unowner is the same) |
|} | |} | ||
<noinclude>To add this to a page, type <tt><nowiki>{{DefaultAlias}}</nowiki></tt>.</noinclude> | <noinclude>To add this to a page, type <tt><nowiki>{{DefaultAlias}}</nowiki></tt>.</noinclude> |
Revision as of 09:52, 3 August 2009
Alias Name | Command | What It Does |
---|---|---|
/j | /join $1- | Smaller command to join a channel |
/cs | /msg ChanServ $1- | Message ChanServ with only two letters. |
/ns | /msg NickServ $1- | Message NickServ with only two letters. |
/bs | /msg BotServ $1- | Message BotServ with only two letters. |
/ms | /msg MemoServ $1- | Message MemoServ with only two letters. |
/os | /msg OperServ $1- | Message OperServ with only two letters. |
/voice | /mode # +v $1 | Voice a user/nick |
/devoice | /mode # -v $1 | Remove voice from a user/nick (/unvoice is the same) |
/ban | /mode # +b $1 | Ban a user/nick |
/unban | /mode # -b $1 | Remove a ban from a user/nick. (/deban is the same) |
/op | /mode # +o $1 | Give operator status to a user/nick. |
/deop | /mode # -o $1 | Remove operator status from a user/nick (/unop is the same) |
/halfop | /mode # +h $1 | Give half-operator status to a user/nick. |
/dehalfop | /mode # -h $1 | Remove half-operator status from a user/nick (/unhalfop is the same) |
/admin | /mode # +a $1 | Give super-operator status to a user/nick (called Admin on Mibbit) |
/deadmin | /mode # -a $1 | Remove super-operator status from a user/nick (/unadmin is the same) |
/owner | /mode # +q $1 | Give owner status to the user/nick |
/deowner | /mode # -q $1 | Remove owner status from the user/nick (/unowner is the same) |
To add this to a page, type {{DefaultAlias}}.