Advertisement
l00p-de-r00t

Ops Cheat sheet

Dec 22nd, 2013
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Commands that are possible for regular Ops or HalfOps:
  2.  
  3. /kick <user> - Removes a user from the channel
  4. /ban <user> - Sets a ban on a user, but does not kick them. More on bans below.
  5. -------------------------------------------------------------------------------------------------------
  6. Channel modes that can be set as a Op or HalfOp:
  7. /mode <+|->b - Sets or removes a ban, as listed in the ban list. A certain type of ban (A Mute ban) is
  8. talked about below. Doing a '/mode #channel +b" will list the bans for the channel. More on
  9. bans below.
  10.  
  11. /mode <+|->h <user> - Sets or removes Half-Op status for a user. Same as "/hop" or "/dehop"
  12. respectively, for some clients. Can only be done by a Half-Op or higher.
  13.  
  14. /mode <+|->o <user> - Sets or removes Op status for a user. Same as "/op" or "/deop" respectively, for
  15. some clients. Can only be done by an Op or higher.
  16.  
  17. /mode <+|->v <user> - Sets or removes voice from a user. Same as "/voice" or "/devoice" respectively,
  18. for some clients.
  19.  
  20. /mode <+|->c - Sets or removed blocking messages containing color codes.
  21.  
  22. /mode <+|->i - Sets or removes the "Invite only" mode. With this on, only people /invite'd will be able to enter.
  23.  
  24. /mode <+|->k [key] - Sets or removed a channel keyword. With this on, the only people able to enter are those who do
  25. /join #channel [keyword]
  26.  
  27. /mode <+|->p - Makes the channel private, hiding it in users' whoises and replacing it with * in /LIST
  28.  
  29. /mode <+|->s - Makes the channel secret, hiding it in whoises and /LIST
  30.  
  31. /mode <+|->t - Makes it so only users with +o or +h able to change the topic
  32.  
  33. /mode <+|->C - Blocks CTCP's to the channel
  34. =======================================================================================================
  35. More about "/ban" or "/mode <+|->b":
  36.  
  37. A ban is set up like this: NICK!USERNAME@HOST
  38. Stars (*) are wild-cards, in this case, using to ban everything that matches in that particular section. You can customize the ban however you want, but it is generally better to use wild-cards for everything except the hostname.
  39. To ban someone with the host "Dumb.Jerk", simply type:
  40. /mode +b *!*@Dumb.Jerk
  41. to ban anyone with the hostname Dumb.Jerk
  42. -------------------------------------------------------------------------------------------------------
  43. More about Mute bans:
  44. A mute ban is set up like this: m:NICK!USERNAME@HOST
  45. Stars (*) are wildcards, in this case, using to mute everything that matches in that particular section. You can customize the mute however you want, but it is generally better to use wild-cards for everything except the hostname.
  46. To mute someone with the host "Dumb.Jerk", simply type:
  47. /mode +b m:*!*@Dumb.Jerk
  48. to mute anyone with the hostname Dumb.Jerk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement