Guest User

Untitled

a guest
Jun 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Kicking users
  2. /kick nick
  3.  
  4. Go into "lockdown mode"
  5. (only voiced users can speak)
  6. /mode +m
  7. Go back to normal:
  8. /mode -m
  9.  
  10.  
  11. To ban users:
  12.  
  13. ban syntax:
  14. /msg ChanServ AKICK #instructables ADD nick!user@host reason | hidden_info
  15.  
  16. "Reason" is public, whereas hidden_info is not seen by the users.
  17. It is expected that you put YOUR name & a timestamp in hidden_info.
  18. So, for example
  19. /msg ChanServ AKICK #instructables ADD pikachu spam | zbanks @ 07:37:37 PM 25 May 09
  20.  
  21. By tweaking "nick!user@host", you can ban by IP rather than nick
  22. Check their whois for a their hostmask, which you can ban by doing:
  23.  
  24. /msg ChanServ AKICK #instructables ADD *!hostmask reason | hidden_info
  25.  
  26. Banning Mibbit users is a bit trickier. Look in their whois, but rather
  27. than pull the hostmask, ban by their real name.
  28. (not sure how well this works, tbh)
  29.  
  30. /mode +d hostmask
Add Comment
Please, Sign In to add comment