diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bots.h b/include/bots.h index dc51f77f7..7c36e77a7 100644 --- a/include/bots.h +++ b/include/bots.h @@ -15,6 +15,8 @@ * --lara */ +struct CommandHash; + class CoreExport BotInfo { public: @@ -30,6 +32,7 @@ class CoreExport BotInfo int16 chancount; /* Number of channels that use the bot. */ /* Dynamic data */ time_t lastmsg; /* Last time we said something */ + CommandHash **cmdTable; /** Create a new bot. * XXX: Note - this constructor is considered obsolete. Use the four parameter form. |