Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;nickname grabber made by Seb @ undernet, for klaus. YOU NEED TO EDIT the UNOTIFY event with the 2 NICK instances
- ;with your own nick. Then type /notify <nick> Undernet & /nick.grab [on|off]
- ;Again NICK is your own nick, without the <>'s
- alias nick.grab {
- if ($1 == on) {
- .enable #nickgrab
- echo $color(notice) -at Nick Grabber, Enabled
- }
- if ($1 == off) {
- .disable #nickgrab
- echo $color(notice) -at Nick Grabber, Disabled
- }
- }
- #nickgrab on
- on *:UNOTIFY:{ if ($nick == Darknet) { nick Darknet } }
- #nickgrab end
- on *:load:{ .notify | echo $color(notice) -at You Loaded my nickname grabber, please read the help files (3 lines at top of this script) before using! }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement