diff options
| author | 2005-12-23 07:29:41 +0000 | |
|---|---|---|
| committer | 2005-12-23 07:29:41 +0000 | |
| commit | b787a6eb844e2f83b9da32cbc5e4488a80c343d7 (patch) | |
| tree | 2fe80aad5dd998a0af148d48c3125d563c69d43b /src/modules/m_cban.cpp | |
| parent | Missing semicolon (gack) (diff) | |
| download | inspircd++-b787a6eb844e2f83b9da32cbc5e4488a80c343d7.tar.gz inspircd++-b787a6eb844e2f83b9da32cbc5e4488a80c343d7.tar.bz2 inspircd++-b787a6eb844e2f83b9da32cbc5e4488a80c343d7.zip | |
Semi-pointless commit to see CIA in action...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2639 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_cban.cpp')
| -rw-r--r-- | src/modules/m_cban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cban.cpp b/src/modules/m_cban.cpp index 0c0cedb4d..7d80eb4ca 100644 --- a/src/modules/m_cban.cpp +++ b/src/modules/m_cban.cpp @@ -57,8 +57,8 @@ class CBan } }; +/* cbans is declared here, as our type is right above. Don't try move it. */ vector<CBan> cbans; -/* don't ask why this is here. */ class cmd_cban : public command_t { |
