]> arthur.barton.de Git - ngircd.git/commitdiff
Merge branch 'master' into branch-0-12-x
authorAlexander Barton <alex@barton.de>
Thu, 24 Apr 2008 22:20:35 +0000 (00:20 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 24 Apr 2008 22:20:35 +0000 (00:20 +0200)
Fixed bug 81:
When trying to part a channel ("PART #channel") the client is not member of
the daemon now correctly reports the numeric ERR_NOTONCHANNEL (442) insted
of ERR_NOSUCHCHANNEL (403).

1  2 
configure.in

diff --cc configure.in
index cf5fc8538a1f3af13ebb582f325cf5327a45ab96,7f1ac4958ba4e5fa5bd888fc2cf57291122f8609..76e286ef3b6028b2d8ef29b00442ad002817dec2
@@@ -12,7 -12,7 +12,7 @@@
  # -- Initialisation --
  
  AC_PREREQ(2.50)
- AC_INIT(ngircd, 0.12.0-pre1)
 -AC_INIT(ngircd, HEAD)
++AC_INIT(ngircd, 0.12-dev)
  AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
  AC_CANONICAL_TARGET
  AM_INIT_AUTOMAKE(1.6)