~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix

« back to all changes in this revision

Viewing changes to src/core/ircserverhandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-25 09:10:56 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20100825091056-k8u74za5n8z97f0d
Tags: 0.7~rc1-0ubuntu1
* New upstream RC release
* Add missing build-depends on libdbusmenu-qt-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  void handle324(const QString &prefix, const QList<QByteArray> &params);   // RPL_CHANNELMODEIS
74
74
  void handle328(const QString &prefix, const QList<QByteArray> &params);   // RPL_??? (channel homepage)
75
75
  void handle329(const QString &prefix, const QList<QByteArray> &params);   // RPL_??? (channel creation time)
 
76
  void handle330(const QString &prefix, const QList<QByteArray> &params);   // RPL_WHOISACCOUNT (quakenet/snircd/undernet)
76
77
  void handle331(const QString &prefix, const QList<QByteArray> &params);   // RPL_NOTOPIC
77
78
  void handle332(const QString &prefix, const QList<QByteArray> &params);   // RPL_TOPIC
78
79
  void handle333(const QString &prefix, const QList<QByteArray> &params);   // Topic set by...