]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Add 906, sasl aborted
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index d0337d239461a899e912191b35e1fb1639699b19..966b9b602bc63e01aacb40b61f537870d8ce7430 100644 (file)
 class CommandSetident : public Command
 {
  public:
- CommandSetident (InspIRCd* Instance) : Command(Instance,"SETIDENT", 'o', 1)
+ CommandSetident (InspIRCd* Instance) : Command(Instance,"SETIDENT", "o", 1)
        {
                this->source = "m_setident.so";
                syntax = "<new-ident>";
                TRANSLATE2(TR_TEXT, TR_END);
        }
 
-       CmdResult Handle(const char** parameters, int pcnt, User *user)
+       CmdResult Handle(const char* const* parameters, int pcnt, User *user)
        {
                if (!*parameters[0])
                {