Advertisement
LoneVVolf

KVirc highlight settings

Mar 8th, 2015
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Go Settings > configure KVirc > IRC > Tools > Alert/highlights
  2. Check the settings there, i got word highlighting enbabled for !sf !rejoin
  3. Also make sure "higlight messages containing my nickname" is checked.
  4.  
  5. Then goto Scripting > Edit Events > On Highlight > Default
  6. put something like this in that field :
  7.  
  8. if ( $4 == $me )
  9. { snd.play /usr/share/sounds/KDE-Im-Phone-Ring.ogg; }
  10. elseif ( $4 == "!sf" || $4 == "!rejoin" )
  11. { snd.play /usr/share/sounds/KDE-Im-Irc-Event.ogg; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement