diff options
Diffstat (limited to 'src/kvilib/irc/kvi_nickserv.h')
-rw-r--r-- | src/kvilib/irc/kvi_nickserv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/irc/kvi_nickserv.h b/src/kvilib/irc/kvi_nickserv.h index f259f1f5..5ed6bb43 100644 --- a/src/kvilib/irc/kvi_nickserv.h +++ b/src/kvilib/irc/kvi_nickserv.h @@ -36,10 +36,10 @@ class KVILIB_API KviNickServRule : public KviHeapObject { protected: TQString m_szRegisteredNick; // my registered nickname - TQString m_szNickServMask; // the NickServ service tqmask + TQString m_szNickServMask; // the NickServ service mask TQString m_szMessageRegexp; // the NickServ message regexp TQString m_szIdentifyCommand; // the IDENTIFY command to send to server - TQString m_szServerMask; // the tqmask that the server must match (not used in per-network rules) + TQString m_szServerMask; // the mask that the server must match (not used in per-network rules) public: KviNickServRule() : KviHeapObject() {}; KviNickServRule( |