diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 11:53:07 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 11:53:07 +0000 |
commit | ac71a039c396c323ec5e32e389f0a165a0e21473 (patch) | |
tree | ecda6be6a5f8fb8844ae2fe846236649e4c3940b /include/inspircd.h | |
parent | 9ab90c52b46cc613d29174fd183330bd9ace1e97 (diff) |
Add InspIRCd::AddExtBanChar() to avoid copypasta.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10017 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 5e5ebce42..595e65db9 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -875,6 +875,10 @@ class CoreExport InspIRCd : public classbase */ void BufferedSocketCull(); + /** Adds an extban char to the 005 token. + */ + void AddExtBanChar(const char *c); + char* GetReadBuffer() { return this->ReadBuffer; |