X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/e65147cf4f97e7e408bdb8b0b24afa050bed9b28..0bfd545aaf9523a0823e27c4fbae8edb8796fb91:/source/Bot.H diff --git a/source/Bot.H b/source/Bot.H index 31adf13..b57f2a8 100644 --- a/source/Bot.H +++ b/source/Bot.H @@ -30,34 +30,31 @@ #include #include "String.H" -#include "Person.H" -#include "ServerList.H" -#include "ChannelList.H" -#include "UserList.H" -#include "ShitList.H" -#include "TodoList.H" -#include "Parser.H" -#ifdef USESCRIPTS -#include "BotInterp.H" -#include -// FIXME: remove guile/gh once transition is complete -// This is the last reference to this header! -#include -#endif - -#define VERSION_STRING PACKAGE" version "VERSION" by unknown_lamer@FreeNode \n1.97 and below by eb@IRCNet " -#define COPYRIGHT_STRING PACKAGE" version "VERSION", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008 Clinton Ebadi" +#define VERSION_STRING PACKAGE " version " VERSION " by unknown_lamer@FreeNode \n1.97 and below by eb@IRCNet " +#define COPYRIGHT_STRING PACKAGE " version " VERSION ", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008,2009,2020 Clinton Ebadi" class Channel; +class ChannelList; +class Commands; class DCCConnection; -class Parser; -class DCCParser; class DCCManager; +class DCCParser; +class Parser; +class Person; class ServerConnection; -class Commands; +class ServerList; +class ShitList; +class UserList; class UserCommands; +class userFunction; +class wantedChannel; + +#ifdef USESCRIPTS +class BotInterp; +#endif + class Bot { public: String nickName; @@ -85,7 +82,6 @@ public: UserList * userList; ShitList * shitList; ServerList * serverList; - TodoList * todoList; #ifdef USESCRIPTS BotInterp * botInterp; #endif