Advertisement
westor

ON Input kick fix for Release_ v1.2

Oct 13th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. ON *:INPUT:#: {
  2.   if ($left($1,1) == /) || ($ctrlenter) || ($inpaste) return
  3.   if ($away) && ($left($1,1) != /)  { away }
  4.   if ($1 == .k) && ($2) { kick $chan $replace($2-,$chr(32),$chr(44)) behaviour | halt }
  5.   say $1-
  6.   halt
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement