Guest User

Untitled

a guest
Feb 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:TEXT:*:#:$highcheck($1-)
  2. on *:ACTION:*:#:$highcheck($1-)
  3. alias -l highcheck {
  4. if ($regex($1-,/\Q $+ $me $+ \E/iS)) {
  5. beep 1 1
  6. $iif(!@Highlight,window -hw2 @Highlight)
  7. aline -hp @Highlight $fulldate 04 $event Highlight: 00 $1- 10by 12 $nick 10in 7 # 10on 03 $server 09 $+(,$chr(40),$network,$chr(41),)
  8. }
  9. }
Add Comment
Please, Sign In to add comment