commit 8f114ba73b0d676fcccf561a65b2ab3d0437f44a from: jrmu date: Mon Mar 06 17:31:34 2023 UTC Clarified help instructions commit - 792dd66241ea7d5b146b21fc5bf532986eebd2df commit + 8f114ba73b0d676fcccf561a65b2ab3d0437f44a blob - 02e8cb3aa66f24e1dc67bd79b286e2f92120ed5b blob + 28bd1adf6bf5711fbf93dfaf8e265d7ab65b1bd2 --- BNC.pm +++ BNC.pm @@ -170,7 +170,7 @@ sub mbnc { } } foreach my $chan (@teamchans) { - main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s bnc registration of $username on $bot->{name} was successful, *but* you *must* help him connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Bouncer.Bouncer and give him connection instructions"); + main::putservlocalnet($bot, "PRIVMSG $chan :$staff: $nick\'s bnc registration of $username on $bot->{name} was successful, *but* you *must* help him connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Bouncer.Bouncer and give him connection instructions"); } #www($newnick, $reply, $password, "bouncer"); } else { blob - df67041755b307798b83aa71d2bf7e3ca8d06d3c blob + 998a9f356779d0206a285511fd55fc2242c09c77 --- Mail.pm +++ Mail.pm @@ -128,7 +128,7 @@ sub mmail { } } foreach my $chan (@teamchans) { - main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s mail registration of $username\@$hostname on $bot->{name} was successful, but you *must* help him to connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Email.Email"); + main::putservlocalnet($bot, "PRIVMSG $chan :$staff: $nick\'s mail registration of $username\@$hostname on $bot->{name} was successful, but you *must* help him to connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Email.Email"); } #www($newnick, $reply, $password, "bouncer"); return; blob - 6e268243a0e152f00e9a826d1171399a76350740 blob + 085e7ba30c93824409b73dacdd0fd3285a5919da --- Shell.pm +++ Shell.pm @@ -144,7 +144,7 @@ sub mshell { } } foreach my $chan (@teamchans) { - main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s shell registration of $username on $bot->{name} was successful, *but* you *must* help him connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Shell.Shell"); + main::putservlocalnet($bot, "PRIVMSG $chan :$staff: $nick\'s shell registration of $username on $bot->{name} was successful, *but* you *must* help him connect. Most users are unable to connect. Show him https://wiki.ircnow.org/?n=Shell.Shell"); }