Commit Diff


commit - 12a821c6a01ffda072eb10ed39441e4a49cae01d
commit + 792dd66241ea7d5b146b21fc5bf532986eebd2df
blob - 2c188f068502084d0c556c4cbe4d43ab62076987
blob + e0916b6e10ddf428620b26e57b7fe9090a02812c
--- Help.pm
+++ Help.pm
@@ -57,7 +57,7 @@ EOF
 	}
 	main::putserv($bot, "PRIVMSG $nick :$msg");
 	foreach my $chan (@teamchans) {
-		main::putservlocalnet($bot, "PRIVMSG $chan :Help *$nick* on network ".$bot->{name});
+		main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name}.". If you don't help the user, he will probably leave");
 	}
 }