Advertisement
r1zsa

iRC - Highlight

Jan 14th, 2022 (edited)
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.40 KB | None | 0 0
  1. on *:TEXT:*:#:{
  2.   if ($me isin $1-) {
  3.     window -a @Highlights
  4.     echo @Highlights ‹ $time › ✸✸✸ User [22 $+ $nick $+ ] said your name in [69 $+ $chan $+ ] on [43 $+ $network $+ ]
  5.     echo @Highlights ‹ $time › ✸✸✸ Message: 94 $+ $1- $+     
  6.     echo @Highlights 8---------------------------------------------------------------------
  7.   }
  8.   else { halt }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement