mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Tidying of stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2427 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
f99478acd5
commit
7c1488c4eb
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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,"");
|
||||
|
Loading…
x
Reference in New Issue
Block a user