]> arthur.barton.de Git - ngircd.git/commit
Implement local channels (prefix "&")
authorAlexander Barton <alex@barton.de>
Thu, 13 Nov 2008 23:42:58 +0000 (00:42 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 17 Nov 2008 20:52:56 +0000 (21:52 +0100)
commit2cc21caf32323ebd778c16c8a7b69cd12d6ff01f
tree0a2755a2b56e9abaeda5cf24082fae56ce06d962
parent7b69bc2ae80f43bb6ed823760c01132be83fa2b9
Implement local channels (prefix "&")

This patch implements server-local channels, prefix "&", that are only
visible to users of the same local server and not in the network.

Patch written by Scott Perry (2008-06-04), see:
 - http://arthur.barton.de/cgi-bin/bugzilla/show_bug.cgi?id=87
 - http://arthur.barton.de/cgi-bin/bugzilla/attachment.cgi?id=24&action=view
src/ngircd/channel.c
src/ngircd/channel.h
src/ngircd/irc-channel.c
src/ngircd/irc-info.c
src/ngircd/irc-mode.c
src/ngircd/messages.h
src/ngircd/numeric.c