Tidying of stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2427 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2005-12-14 17:44:38 +00:00
parent f99478acd5
commit 7c1488c4eb
3 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,9 @@
#include "inspircd_config.h"
#include "inspircd.h"
#include "base.h"
#include "typedefs.h"
typedef void (handlerfunc) (char**, int, userrec*);
/** A structure that defines a command
*/

View File

@ -25,7 +25,6 @@ typedef std::deque<command_t> command_table;
typedef std::vector<std::string> servernamelist;
typedef std::vector<ExtMode> ExtModeList;
typedef ExtModeList::iterator ExtModeListIter;
typedef void (handlerfunc) (char**, int, userrec*);
typedef std::deque<std::string> file_cache;
#endif

View File

@ -73,6 +73,8 @@ using namespace std;
std::vector<ModeParameter> custom_mode_params;
chanrec* ForceChan(chanrec* Ptr,ucrec &a,userrec* user, int created);
chanrec::chanrec()
{
strcpy(name,"");