Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. on 1:input:*:{
  2. if ($me ishop $chan || $me isop $chan) {
  3. if ($1 == /me) {
  4. if ($2 == kicks) {
  5. if (!$3) {
  6. echo -a Woops! You forgot to specify a nick to kick ;) (if you wanted to kick someone)
  7. halt
  8. }
  9. if ($4-) {
  10. echo -a sorry, if you wanted to kick someone, you shouldn't include anything after their nick :)
  11. halt
  12. }
  13. elseif ($3 ison $chan) {
  14. kick $chan $3 MUERE INSECTO :D
  15. halt
  16. }
  17. else {
  18. echo -a Woops! That person is not in this channel ;)
  19. }
  20. }
  21. }
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement