3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-22 10:42:51 +01:00

code clean up

This commit is contained in:
Pragmatic Software 2007-05-20 21:01:42 +00:00
parent 2c44e648fb
commit c1ed583744

View File

@ -110,9 +110,9 @@ my $commands_file = "$home/pbot2/commands";
my $admins_file = "$home/pbot2/admins";
my $module_dir = "$home/pbot2/modules";
my $ircserver = 'irc.freenode.net';
my $botnick = 'candide';
my $altbotnick = 'candide_';
my $identify_password = 'pop';
my $botnick = 'pbot2';
my $altbotnick = 'pbot2_';
my $identify_password = '*';
my $FLOOD_CHAT = 0;
my $FLOOD_JOIN = 1;
@ -127,14 +127,14 @@ my %commands = ( version => {
ref_user => "nobody" }
);
my %admins = ( pragma_ => {
my %admins = ( adminnick => {
password => '*',
level => 50,
host => "blackshell.com" },
_pragma => {
host => "localhost.com" },
anotheradminnick => {
password => '*',
level => 50,
host => ".*.tmcc.edu" }
host => ".*.anotherhost.com" }
);
my %channels = ();