Guest User

Untitled

a guest
Nov 16th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. on *:NICK: {
  2. if ($newnick == Rick) {
  3. /ns identify
  4. }
  5. }
  6. on *:NICK: {
  7. if ($newnick == Rick`away) {
  8. /ns identify
  9. }
  10. }
Add Comment
Please, Sign In to add comment