1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 01:03:13 +02:00

- Some text updates... docs: now 3.2.2-CVS, lso got rid of double version to avoid

confusion. credits: fixed typo.
This commit is contained in:
Bram Matthys
2004-10-30 12:21:24 +00:00
parent 43db020b75
commit aaabed6af2
9 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ DLLFUNC int m_message(aClient *cptr, aClient *sptr, int parc, char *parv[], int
{
ret = dospamfilter(sptr, text, (notice ? SPAMF_USERNOTICE : SPAMF_USERMSG), acptr->name);
if (ret < 0)
return FLUSH_BUFFER;
return ret;
}
for (tmphook = Hooks[HOOKTYPE_USERMSG]; tmphook; tmphook = tmphook->next) {