X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresessioneventprocessor.h;h=4d7559d2b33a6399156fedf397533230cf564c5c;hp=fa647d0a8bf92812a067c6639f4f8bea1ee25867;hb=32023e27e875eede980d7323c1d05b5d4cc795d8;hpb=bd6311ec1d07e4daf082b5f752ef6b46d7808430 diff --git a/src/core/coresessioneventprocessor.h b/src/core/coresessioneventprocessor.h index fa647d0a..4d7559d2 100644 --- a/src/core/coresessioneventprocessor.h +++ b/src/core/coresessioneventprocessor.h @@ -24,6 +24,7 @@ #include class CoreSession; +class IrcEvent; class IrcEventNumeric; class CoreSessionEventProcessor : public QObject { @@ -37,6 +38,7 @@ public: Q_INVOKABLE void processIrcEventNumeric(IrcEventNumeric *event); protected: + bool checkParamCount(IrcEvent *event, int minParams); private: CoreSession *_coreSession;