diff options
Diffstat (limited to 'src/plugins/irc/irc-protocol.c')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 72f6fc9ac..bd2a81d25 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* irc-protocol.c: implementation of IRC protocol, according to RFC 1459, 2810, 2811 2812 */ +/* + * irc-protocol.c: implementation of IRC protocol, + * according to RFC 1459, 2810, 2811 and 2812 + */ #ifndef __USE_XOPEN |