]> arthur.barton.de Git - ngircd-alex.git/commit
Fix PRIVMSG/NOTICE handler (II): keep command when forwarding to channels.
authorAlexander Barton <alex@barton.de>
Sun, 17 Aug 2008 12:59:36 +0000 (14:59 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 23 Sep 2008 09:53:15 +0000 (11:53 +0200)
commit3913de3cffaa4a3641075d4b4df4aea388bc3717
treee41ce45f3c99fb02b55765372f55fa8b119781cb
parent91e87a37051018c100cff6c72eb7aaf823efe894
Fix PRIVMSG/NOTICE handler (II): keep command when forwarding to channels.

- new function ngt_UpperStr().
- change Channel_Write() to take command name and error flag.
- remove now unneeded function Channel_Notice().
src/ngircd/channel.c
src/ngircd/channel.h
src/ngircd/irc.c