IRCop Connect/Exit Window

By DonCorleone on May 07, 2015

With this script you see in a window who login and logout, you must have an IRCop status to see this window.

on *:snotice:*: {
  if (client connecting isin $1-) {
    window @Connect
    aline @Connect [ $+ $time $+ ] - $+ $server $+ - $1-
  }
  elseif (client exiting isin $1-) {
    window @Exit
    aline @Exit [ $+ $time $+ ] - $+ $server $+ - $1-
  }
}   

Comments

Sign in to comment.
dma   -  Nov 14, 2015

im gonna check this out ..so far your scripts work great, cheers dma

dma  -  Nov 14, 2015
Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.