]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
Allow mod.stats to compile and log correct statistics.
authorSpike <redacted>
Sun, 5 Sep 2010 17:26:35 +0000 (17:26 +0000)
committerSpike <redacted>
Sun, 5 Sep 2010 17:26:35 +0000 (17:26 +0000)
include/events.h

index c8967325bc73ed1ea305973bce70a8062b214b96..01ea79cb4ba4554ad28f91ed103743a66809afec 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
  * USA.
  *
- * $Id: events.h,v 1.21 2010/08/31 21:16:45 denspike Exp $
+ * $Id: events.h,v 1.22 2010/09/05 17:26:35 denspike Exp $
  */
 
 #ifndef __EVENTS_H
-#define __EVENTS_H "$Id: events.h,v 1.21 2010/08/31 21:16:45 denspike Exp $"
+#define __EVENTS_H "$Id: events.h,v 1.22 2010/09/05 17:26:35 denspike Exp $"
 
 #include       <string>
 
@@ -156,12 +156,14 @@ const std::string eventNames[] = {
        "Nick Change", /* EVT_CHNICK */
        "Account Login", /* EVT_ACCOUNT */
        "Raw", /* EVT_RAW */
+       "XQuery", /* EVT_XQUERY */
+       "XReply", /* EVT_XREPLY */
        "Channel Join", /* EVT_JOIN */
        "Channel Part", /* EVT_PART */
+       "Channel Mode By Server", /* EVT_SERVERMODE */
        "Channel Topic Change", /* EVT_TOPIC */
        "Channel Kick", /* EVT_KICK */
-       "Channel Create", /* EVT_CREATE */
-       "Channel Mode By Server" /* EVT_SERVERMODE */
+       "Channel Create" /* EVT_CREATE */
 } ;
 
 } // namespace gnuworld