Skip to content

Commit

Permalink
Update geoip-whois-fix.mrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ValwareIRC authored Feb 5, 2023
1 parent 2c25da0 commit eec6577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geoip-whois-fix/geoip-whois-fix.mrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ on *:PARSELINE:in:*:{

if (!%IsNew) { return }
if ($server == $scid($activecid).server) {
if ($GetWhoisBufferOption) { echo -at $4 is connecting from $9 ( $+ $5 $+ ) }
else { echo -st $4 is connecting from $9 ( $+ $5 $+ ) }
if ($GetWhoisBufferOption) { echo -at $4 is connecting from $9- ( $+ $5 $+ ) }
else { echo -st $4 is connecting from $9- ( $+ $5 $+ ) }
}
else { echo -st $4 is connecting from $9 ( $+ $5 $+ ) }
else { echo -st $4 is connecting from $9- ( $+ $5 $+ ) }
}


Expand Down

0 comments on commit eec6577

Please sign in to comment.