mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 09:03:13 +02:00
Add spamfilter::rule (preconditions), add context to crule parser,
and add the first functions: online_time() and reputation(). The more interesting stuff will follow later...
This commit is contained in:
+1
-1
@@ -971,7 +971,7 @@ char *spamfilter_target_inttostring(int v)
|
||||
if (v & e->value)
|
||||
*p++ = e->character;
|
||||
*p = '\0';
|
||||
return buf;
|
||||
return *buf ? buf : "-";
|
||||
}
|
||||
|
||||
/** Replace underscores back to the space character.
|
||||
|
||||
Reference in New Issue
Block a user