Commit Diff
Diff:
08976f806c0f566b400803db458e4c30724020ea
e33dee5851263cb9db277815cf84c10248c3ac8b
Commit:
e33dee5851263cb9db277815cf84c10248c3ac8b
Tree:
df3ade38c0a5c8cd9881a125e174a42de5b96393
Author:
jrmu <jrmu@ircnow.org>
Committer:
jrmu <jrmu@ircnow.org>
Date:
Sun Mar 5 19:01:28 2023 UTC
Message:
make clear what username was registered
blob - bc86b19f60737b0a05b46b9844a29514d821c636
blob + f839c18b2355c81cab92af16f974f2a0a4187477
--- BNC.pm
+++ BNC.pm
@@ -158,11 +158,11 @@ sub mbnc {
main::putserv($bot, "PRIVMSG *blockuser :block $username");
main::putserv($bot, "PRIVMSG $nick :Your account has been created but must be manually approved by your admins ($staff) before it can be used.");
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :$staff: $nick\'s account must be manually unblocked before it can be used.");
+ main::putservlocalnet($bot, "PRIVMSG $chan :$staff: $nick\'s account $username must be manually unblocked before it can be used.");
}
}
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s bnc registration on $bot->{name} was successful, please help him connect");
+ main::putservlocalnet($bot, "PRIVMSG $chan :$nick\'s bnc registration of $username on $bot->{name} was successful, please help him connect");
}
#www($newnick, $reply, $password, "bouncer");
} else {
IRCNow