mirror of
https://github.com/anope/anope.git
synced 2026-06-26 01:06:39 +02:00
Fixed flag names to match 1.9.3s
This commit is contained in:
@@ -697,7 +697,7 @@ class DBPlain : public Module
|
||||
if (params[0].equals_ci("NAME"))
|
||||
ci->bi = findbot(params[1]);
|
||||
else if (params[0].equals_ci("FLAGS"))
|
||||
ci->FromString(params);
|
||||
ci->botflags.FromString(params);
|
||||
else if (params[0].equals_ci("TTB"))
|
||||
{
|
||||
for (unsigned j = 1, end = params.size(); j < end; j += 2)
|
||||
|
||||
Reference in New Issue
Block a user