Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. on ^1:JOIN:#:{
  2. if (%event.all.joins.status == ON) && ($chan != $active) {
  3. /echo $active %event.bold $+ %event.underline $+  $+ $color(Join Text) :Join:  $+ %info.nick.color $+ $nick 14 $+ ( $+  $+ %info.ipaddress.color $+ $address $+ 14) $+  $+ %info.message.color in channel  $+ %info.channel.color $+ $chan | /haltdef
  4. }
  5. if ($nick != $me ) && ( %event.joins.status == ON ) {
  6. /echo # %event.bold $+ %event.underline $+  $+ $color(Join Text) :Join:  $+ %info.nick.color $+ $nick 14 $chan ( $+  $+ %info.ipaddress.color $+ $address $+ 14) $+  $+ %info.message.color at  $+ %info.misc.color $+ $asctime(h:nn tt) | /haltdef
  7. }
  8. }
Add Comment
Please, Sign In to add comment