Guest User

Untitled

a guest
Jun 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. On $*:Text:/^(\+|-|!|@|.)(calc|calculator).*/Si:#: {
  2. if (k isin $2-) halt
  3. if ($left($1,1) == @) set %meth0d msg $chan
  4. elseif ($left($1,1) == !) set %meth0d notice $nick
  5. elseif ($left($1,1) == .) set %meth0d msg $chan
  6. calculate $2-
  7. }
Add Comment
Please, Sign In to add comment