Guest User

Untitled

a guest
Jun 19th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.26 KB | None | 0 0
  1. on XC_TABOPEN newtabopen {
  2.   switch [string index [channel] 0] {
  3.     "#" -
  4.     "&" -
  5.     "(" -
  6.     "" { return }
  7.   }
  8.   exec notify-send --icon=/usr/share/pixmaps/xchat.png "XChat" "Incomming private message from user: [channel]"
  9.   /whois [channel]
  10.   complete
  11. }
Add Comment
Please, Sign In to add comment