1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 19:26:39 +02:00

- #0003244 reported by CuLpA about grammar errors in webtv outputs

This commit is contained in:
stskeeps
2007-06-22 08:42:23 +00:00
parent 0f0ffc9580
commit a9682b7ae2
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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)