Advertisement
teuk

Log

Jul 3rd, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. on *:TEXT:*:#:{
  2.   if ($me isin $1-) {
  3.     if (!$window(@Log)) {
  4.       window -nk0 @Log | echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  5.     }
  6.     else echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement