diff options
author | Adam <Adam@anope.org> | 2011-01-15 21:02:14 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-01-15 21:02:14 -0500 |
commit | 7acbbbbf5b661fd2d7b42f3e3adaea949f68cbef (patch) | |
tree | b109fc373b8b9ea64cd449923cabe6507200eee5 /modules/core/db_plain.cpp | |
parent | 4fecafa612164a5c653f9190d2317f65e2e686b3 (diff) |
Fixed flag names to match 1.9.3s
Diffstat (limited to 'modules/core/db_plain.cpp')
-rw-r--r-- | modules/core/db_plain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/db_plain.cpp b/modules/core/db_plain.cpp index 52e9048fe..fbce20c47 100644 --- a/modules/core/db_plain.cpp +++ b/modules/core/db_plain.cpp @@ -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) |