Module: ngircd.git Branch: master Commit: c7bbc9a39095344156a5e9871329b418cca72088 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=c7bbc...
Author: Alexander Barton alex@barton.de Date: Fri Mar 27 22:51:21 2015 +0100
Fix spelling of RPL_WHOISBOT message text
---
src/ngircd/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 0115a06..75c67b0 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -75,7 +75,7 @@ #define RPL_NOTOPIC_MSG "331 %s %s :No topic is set" #define RPL_TOPIC_MSG "332 %s %s :%s" #define RPL_TOPICSETBY_MSG "333 %s %s %s %u" -#define RPL_WHOISBOT_MSG "335 %s %s :is a IRC Bot" +#define RPL_WHOISBOT_MSG "335 %s %s :is an IRC Bot" #define RPL_INVITING_MSG "341 %s %s %s%s" #define RPL_INVITELIST_MSG "346 %s %s %s" #define RPL_ENDOFINVITELIST_MSG "347 %s %s :End of channel invite list"