diff options
-rwxr-xr-x | plugins-scripts/check_ircd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_ircd.pl b/plugins-scripts/check_ircd.pl index 22d21c2..e7ab80c 100755 --- a/plugins-scripts/check_ircd.pl +++ b/plugins-scripts/check_ircd.pl | |||
@@ -69,7 +69,7 @@ $ENV{'ENV'}=''; | |||
69 | # -----------------------------------------------------------------[ Global ]-- | 69 | # -----------------------------------------------------------------[ Global ]-- |
70 | 70 | ||
71 | $PROGNAME = "check_ircd"; | 71 | $PROGNAME = "check_ircd"; |
72 | my $NICK="ircd$$"; | 72 | my $NICK="ircd" . $$ % 10000; |
73 | my $USER_INFO="monitor localhost localhost : "; | 73 | my $USER_INFO="monitor localhost localhost : "; |
74 | 74 | ||
75 | # -------------------------------------------------------------[ connection ]-- | 75 | # -------------------------------------------------------------[ connection ]-- |