diff options
| author | 2012-07-06 14:23:04 -0400 | |
|---|---|---|
| committer | 2012-07-06 14:34:15 -0400 | |
| commit | c93af7582aed5f62e484550330697c634ba95f8b (patch) | |
| tree | 57aa9136186c6549e8641ce2887e6753107ca7f6 /src/modules/m_callerid.cpp | |
| parent | #include <stdint.h>, add header guard to extensible.h (diff) | |
| download | inspircd++-c93af7582aed5f62e484550330697c634ba95f8b.tar.gz inspircd++-c93af7582aed5f62e484550330697c634ba95f8b.tar.bz2 inspircd++-c93af7582aed5f62e484550330697c634ba95f8b.zip | |
Updated the version lines on several modules.
Diffstat (limited to 'src/modules/m_callerid.cpp')
| -rw-r--r-- | src/modules/m_callerid.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 86b6d8d3c..f24c38b65 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -22,7 +22,7 @@ #include "inspircd.h" -/* $ModDesc: Implementation of callerid (umode +g & /accept, ala hybrid etc) */ +/* $ModDesc: Implementation of callerid, usermode +g, /accept */ class callerid_data { @@ -347,7 +347,7 @@ public: virtual Version GetVersion() { - return Version("Implementation of callerid (umode +g & /accept, ala hybrid etc)", VF_COMMON | VF_VENDOR); + return Version("Implementation of callerid, usermode +g, /accept", VF_COMMON | VF_VENDOR); } virtual void On005Numeric(std::string& output) |
