]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove an incorrect comment
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 28 Jan 2009 16:30:52 +0000 (16:30 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 28 Jan 2009 16:30:52 +0000 (16:30 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11013 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_ssl_gnutls.cpp

index 356b6608d31ebce70e970ae32aa8f578de8aaf90..1a8da4da38f0bf72716e57a98da62c5196fbe41b 100644 (file)
@@ -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";