Procházet zdrojové kódy

* Port [3926] to 1.2.16 from trunk
* Remove references to old nick


svn: 3927

Bryan Drewery před 17 roky
rodič
revize
b0973a92b5
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      doc/UPDATES
  2. 1 1
      scripts/BitchX/wraith.bx
  3. 1 1
      scripts/irssi/wraith.pl

+ 1 - 1
doc/UPDATES

@@ -1093,7 +1093,7 @@
 49.Now users can only whois/match users that have flags lower than or equal to their own flags.
 49.Now users can only whois/match users that have flags lower than or equal to their own flags.
 50.Fixed global flag +p to work as intended.
 50.Fixed global flag +p to work as intended.
 51.Bug in dcc_chat_attr fixed.
 51.Bug in dcc_chat_attr fixed.
-52.Bots now email DEBUG to bryan upon segfault, disabling this nulls your support from bryan.
+52.Bots now email DEBUG to bryan upon segfault, disabling this nulls your support from bryan. (THIS NO LONGER EXISTS)
 53.Fixed some buffer overflow bugs.
 53.Fixed some buffer overflow bugs.
 54.Getin system no longer ops d|d bots in chans.
 54.Getin system no longer ops d|d bots in chans.
 55.Fixed bug in check_dcc_attrs which broke +p.
 55.Fixed bug in check_dcc_attrs which broke +p.

+ 1 - 1
scripts/BitchX/wraith.bx

@@ -54,4 +54,4 @@ on ^msg "% -Auth *" {
          secauth $0 $2
          secauth $0 $2
 }
 }
 
 
-^eval xecho -bwraith Authorization Module Loaded.
+^eval xecho -b wraith Authorization Module Loaded.

+ 1 - 1
scripts/irssi/wraith.pl

@@ -100,4 +100,4 @@ Irssi::settings_add_str('auth', 'auth_secpass', '');
 Irssi::settings_add_str('auth', 'auth_authkey', '');
 Irssi::settings_add_str('auth', 'auth_authkey', '');
 
 
 Irssi::command_bind("auth", "cmd_auth");
 Irssi::command_bind("auth", "cmd_auth");
-Irssi::print "Wraith authorization script by bryan loaded.";
+Irssi::print "Wraith authorization script loaded.";