]> arthur.barton.de Git - ngircd-alex.git/commit
Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions bug74-SrvCmds
authorAlexander Barton <alex@barton.de>
Mon, 5 May 2008 16:06:43 +0000 (18:06 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 5 May 2008 16:06:43 +0000 (18:06 +0200)
commit4e56e5341f632827af3810e26cd59ac0c15b642b
treeb8206450e21d15b860c26f98aa76dcbca0294c23
parent3895b42d1bbcbe6537a01d7713ee18cb09632dae
Implement IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions

SERVICE, SERVLIST, and SQUERY are required by RFC 2812 (it states in
section 3 that "all commands described in this section MUST be implemented
by any server for this protocol." -- So we implement them without (much)
actual functionality ...
ChangeLog
src/ngircd/irc-info.c
src/ngircd/irc-info.h
src/ngircd/irc-login.c
src/ngircd/irc-login.h
src/ngircd/irc.c
src/ngircd/irc.h
src/ngircd/messages.h
src/ngircd/parse.c