diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-10 15:57:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-10 15:57:38 +0100 |
commit | eb11921f1633db940df4b0c02a43df1360d39b96 (patch) | |
tree | 1bdd0714365451ad47f16d02793b52b18d1dc077 /src/plugins | |
parent | 190c5dfcc2f4511e1ecc596b6d95bfaf392f616c (diff) | |
download | weechat-eb11921f1633db940df4b0c02a43df1360d39b96.zip |
irc: add missing RFC 2813 in header
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 0e60c32ed..e9de72f3a 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -1,5 +1,5 @@ /* - * irc-protocol.c - implementation of IRC protocol (RFC 1459/2810/2811/2812) + * irc-protocol.c - implementation of IRC protocol (RFCs 1459/2810/2811/2812/2813) * * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> |