diff --git a/Changes b/Changes index e00f50535..a8bfcb273 100644 --- a/Changes +++ b/Changes @@ -1511,3 +1511,4 @@ This should make it easier for packaged binary releases to work (even though this probably means Debian will take us in, ick .. Can't we pull a new fight with debian-legal again?) +- #0003244 reported by CuLpA about grammar errors in webtv outputs diff --git a/src/modules/webtv.c b/src/modules/webtv.c index 00faf9c29..6c3742b8e 100644 --- a/src/modules/webtv.c +++ b/src/modules/webtv.c @@ -367,7 +367,7 @@ int w_whois(aClient *cptr, aClient *sptr, int parc, char *parv[]) strcat(buf, "a Local IRC Operator"); if (buf[0]) sendto_one(sptr, - ":IRC PRIVMSG %s :%s is an %s on %s", + ":IRC PRIVMSG %s :%s is a %s on %s", sptr->name, name, buf, ircnetwork); } @@ -378,7 +378,7 @@ int w_whois(aClient *cptr, aClient *sptr, int parc, char *parv[]) if (acptr->umodes & UMODE_BOT) { - sendto_one(sptr, ":IRC PRIVMSG %s :%s is an Bot on %s", + sendto_one(sptr, ":IRC PRIVMSG %s :%s is a Bot on %s", sptr->name, name, ircnetwork); } if (acptr->umodes & UMODE_SECURE)