commit c7bbc9a39095344156a5e9871329b418cca72088 from: Alexander Barton date: Fri Mar 27 21:51:21 2015 UTC Fix spelling of RPL_WHOISBOT message text commit - 6171beb7ab5dc0586581660852576f437470df63 commit + c7bbc9a39095344156a5e9871329b418cca72088 blob - 0115a064d56dddd385430933d70061b379b1f55b blob + 75c67b0b0b675c73c1addcc49a1f46c80cb7a7cd --- src/ngircd/messages.h +++ 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"