Advertisement
illpastethat

auto deop garen

Jul 23rd, 2014
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. on *:OP:#: {
  2.   if ($opnick == Garen) {
  3.     if ($me isop $chan) {
  4.       mode $chan -o $opnick
  5.     }
  6.     else {
  7.       cs op $chan $me
  8.       mode $chan -o $opnick
  9.       cs deop $chan $me
  10.     }
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement