diff options
| author | 2005-12-14 17:44:38 +0000 | |
|---|---|---|
| committer | 2005-12-14 17:44:38 +0000 | |
| commit | 7c1488c4ebbb4fd0cb209a2b1939037578d8a69d (patch) | |
| tree | 0fe8bb14c9fdab83241ede8292c083a52f21ce67 /src/channels.cpp | |
| parent | Tidied up typos (diff) | |
| download | inspircd++-7c1488c4ebbb4fd0cb209a2b1939037578d8a69d.tar.gz inspircd++-7c1488c4ebbb4fd0cb209a2b1939037578d8a69d.tar.bz2 inspircd++-7c1488c4ebbb4fd0cb209a2b1939037578d8a69d.zip | |
Tidying of stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2427 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 59cfb18bd..f1c01b407 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -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,""); |
