Advertisement
Asterisk

Untitled

Jun 21st, 2011
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #6
  2.  
  3. Q: How do I correctly and efficiently ban someone?
  4.  
  5. A:
  6.  
  7. You can use cloakban, provided with the command:
  8. /cloakban #channel nick [k] [reason]
  9. Example: /cloakban #help Idiot k Why are you so stupid?
  10. k specifies that you also want to kick target user, instead of only banning them.
  11.  
  12. You can also autokick them from your channel via this command:
  13. /cs akick #channel add nick/host reason
  14.  
  15. If you opt for an akick on their nickname, it will ban them regardless of the host they have as long as they are identified to a nickname in their nick group. If you opt for a host akick, we recommend using their cloaked host, which you can get by using:
  16. /getcloakhost nickname
  17.  
  18. For example, /cs akick #channel add *!*@PurpleSurge-144EE150.albq.qwest.net
  19.  
  20. As a side note, IRC Operators will not intervene in cases of evasion unless it is deemed a severe case, i.e. the ops have set multiple valid akicks and cloakbans on the same person and really tried to keep the person out.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement