diff options
| author | 2009-01-28 16:30:52 +0000 | |
|---|---|---|
| committer | 2009-01-28 16:30:52 +0000 | |
| commit | 378b94da355f2c6714f54dc2ddf9960baaa43b3b (patch) | |
| tree | f0ff3101f5340b97235bbe184c1a0f5055878708 /src | |
| parent | Note to self, cast time_t to long int for printf... thanks Ankit for pointing... (diff) | |
| download | inspircd++-378b94da355f2c6714f54dc2ddf9960baaa43b3b.tar.gz inspircd++-378b94da355f2c6714f54dc2ddf9960baaa43b3b.tar.bz2 inspircd++-378b94da355f2c6714f54dc2ddf9960baaa43b3b.zip | |
Remove an incorrect comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11013 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/extra/m_ssl_gnutls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 356b6608d..1a8da4da3 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -63,7 +63,6 @@ class CommandStartTLS : public Command { Module* Caller; public: - /* Command 'dalinfo', takes no parameters and needs no special modes */ CommandStartTLS (InspIRCd* Instance, Module* mod) : Command(Instance,"STARTTLS", 0, 0, true), Caller(mod) { this->source = "m_ssl_gnutls.so"; |
