From a9682b7ae2f60b73eebc166db167d7b6727d2cfa Mon Sep 17 00:00:00 2001 From: stskeeps Date: Fri, 22 Jun 2007 08:42:23 +0000 Subject: [PATCH] - #0003244 reported by CuLpA about grammar errors in webtv outputs --- Changes | 1 + src/modules/webtv.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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)