Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:OP:#: {
- if ($opnick == Garen) {
- if ($me isop $chan) {
- mode $chan -o $opnick
- }
- else {
- cs op $chan $me
- mode $chan -o $opnick
- cs deop $chan $me
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement