Advertisement
Iire

Else Example

Aug 25th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.13 KB | None | 0 0
  1. on @*:TEXT:.add *:#: {
  2.   if ($nick isop #) {
  3.     ;Nick is an op code here
  4.   }
  5.   else {
  6.     ;Nick is not an op code here
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement