diff options
author | Adam <Adam@anope.org> | 2013-07-01 22:17:52 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-07-01 22:17:52 -0400 |
commit | 1a3d9a016d3adc49788bbff73aac9b3b5ea85b17 (patch) | |
tree | c0ecf92ed768473bc82ff64a7fce827245f37ba9 /include/lists.h | |
parent | 518182ac9204f815258b0de91b3f884d8efa1502 (diff) |
Change extensible keys to require explicitly having a type defined for it. Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
Diffstat (limited to 'include/lists.h')
-rw-r--r-- | include/lists.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lists.h b/include/lists.h index 667c643b6..37b3d61a8 100644 --- a/include/lists.h +++ b/include/lists.h @@ -87,6 +87,7 @@ class CoreExport InfoFormatter InfoFormatter(NickCore *nc); void Process(std::vector<Anope::string> &); Anope::string &operator[](const Anope::string &key); + void AddOption(const Anope::string &opt); }; #endif // LISTS_H |