Package: irssi-scripts
Version: 20070925
Severity: minor

*** Please type your report below this line ***

The script nickserv.pl instructs in its help text that the '@' in the
addnet command should be escaped. However when the example command is
issued, the script complains about an incorrect usage.

The following is the example in the text and doesn't work:

  /nickserv addnet Freenode [EMAIL PROTECTED]

The following does work:

  /nickserv addnet Freenode [EMAIL PROTECTED]

Attached a patch to fix the documentation.

I would also appreciate listing of nickserves in other networks. e.g.:
for OFTC:

  /nickserv addnet OFTC [EMAIL PROTECTED]

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages irssi-scripts depends on:
ii  irssi                         0.8.12-3   terminal based IRC client

Versions of packages irssi-scripts recommends:
ii  libwww-perl                   5.812-1    WWW client/server library for Perl

-- no debconf information

-- 
Tzafrir Cohen         | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[EMAIL PROTECTED] |                    |  best
ICQ# 16849754         |                    | friend
Index: scripts/nickserv.pl
===================================================================
--- scripts/nickserv.pl	(revision 1010)
+++ scripts/nickserv.pl	(working copy)
@@ -47,7 +47,7 @@
 my $help = <<EOF;
 
 Usage: (all on one line)
-/NICKSERV [addnet <ircnet> <[EMAIL PROTECTED]>]
+/NICKSERV [addnet <ircnet> <[EMAIL PROTECTED]>]
           [addnick <ircnet> <nickname> <password>]
           [delnet <ircnet>]
           [delnick <ircnet> <nick>]
@@ -62,14 +62,12 @@
 help:       Display this usefull little helpfile.
 
 Examples: (all on one line)
-/NICKSERV addnet Freenode [EMAIL PROTECTED]
+/NICKSERV addnet Freenode [EMAIL PROTECTED]
 /NICKSERV addnick Freenode Geert mypass
 
 /NICKSERV delnet Freenode
 /NICKSERV delnick Freenode Geert
 
-Note: This script doesn't allow wildcards into the NickServ hostname. You must use the full [EMAIL PROTECTED]
-      Both /NICKSERV and /NS are valid commands.
 EOF
 
 Irssi::theme_register([

Reply via email to