Commit Diff
Diff:
b99a91cd26c787483f0385ff2410eeea8eee8c5c
12a821c6a01ffda072eb10ed39441e4a49cae01d
Commit:
12a821c6a01ffda072eb10ed39441e4a49cae01d
Tree:
1d4c3b2085e31986cb22f8c32cf7db6375f7deb5
Author:
jrmu <jrmu@ircnow.org>
Committer:
jrmu <jrmu@ircnow.org>
Date:
Mon Mar 6 17:25:20 2023 UTC
Message:
Clarified help instructions
blob - cc520b037bcb7795b1f07c9b6676182bdcf4e093
blob + 02e8cb3aa66f24e1dc67bd79b286e2f92120ed5b
--- 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, please help him connect");
+ 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");
}
#www($newnick, $reply, $password, "bouncer");
} else {
@@ -231,7 +231,7 @@ sub mbnc {
} else {
main::putserv($bot, "PRIVMSG $nick :Invalid username or email. Type !bnc <username> <email> to try again.");
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :Help *$nick* on ".$bot->{name});
+ main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name});
}
}
}
blob - 18954fbeea6d82d03cedef565576ae625d12fafb
blob + df67041755b307798b83aa71d2bf7e3ca8d06d3c
--- Mail.pm
+++ Mail.pm
@@ -56,7 +56,7 @@ sub mmail {
if ($text =~ /^$/) {
main::putserv($bot, "PRIVMSG $nick :Type !help for new instructions");
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name});
+ main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name}." with mail");
}
return;
} elsif (main::isstaff($bot, $nick) && $text =~ /^delete\s+([[:ascii:]]+)/) {
@@ -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, please help him connect");
+ 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");
}
#www($newnick, $reply, $password, "bouncer");
return;
@@ -184,7 +184,7 @@ sub mmail {
} else {
main::putserv($bot, "PRIVMSG $nick :Invalid username or email. Type !mail <username> <email> to try again.");
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :Help *$nick* on ".$bot->{name});
+ main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name}." with mail");
}
}
}
blob - 4097cd6fdf76db9b84c02aa5d68869f299dcc8df
blob + 6e268243a0e152f00e9a826d1171399a76350740
--- Shell.pm
+++ Shell.pm
@@ -83,7 +83,7 @@ sub mshell {
if ($text =~ /^$/) {
main::putserv($bot, "PRIVMSG $nick :Type !help for new instructions");
foreach my $chan (@teamchans) {
- main::putservlocalnet($bot, "PRIVMSG $chan :Help shell *$nick* on ".$bot->{name});
+ main::putservlocalnet($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name}." with shell registration");
}
return;
} elsif (main::isstaff($bot, $nick) && $text =~ /^delete\s+([[:ascii:]]+)/) {
@@ -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, please help him connect");
+ 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");
}
@@ -184,7 +184,7 @@ sub mshell {
} else {
main::putserv($bot, "PRIVMSG $nick :Invalid username or email. Type !shell <username> <email> to try again.");
foreach my $chan (@teamchans) {
- main::putserv($bot, "PRIVMSG $chan :Help *$nick* on ".$bot->{name});
+ main::putserv($bot, "PRIVMSG $chan :$staff: Help *$nick* on network ".$bot->{name}." with shell registration");
}
}
}
IRCNow