]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto-p10.c
Added comment about ircu2.10.12 compatability. this needs done up proper
[irc/evilnet/x3.git] / src / proto-p10.c
index 5d2aefc5201ed196fd94ab607aab5f96adb9eedd..7268fbbb5de3d15e68de0c8ef99bf33e97bcf600 100644 (file)
@@ -449,7 +449,11 @@ irc_delete(struct userNode *user)
 void
 irc_account(struct userNode *user, const char *stamp, time_t timestamp)
 {
-    putsock("%s " P10_ACCOUNT " %s R %s %lu", self->numeric, user->numeric, stamp, timestamp);
+    putsock("%s " P10_ACCOUNT " %s R %s %lu", self->numeric, user->numeric, stamp, timestamp); 
+
+    /*  Uncomment this, and comment above, for use on non-nefarious ircd such as undernet */
+    /* XXX: (sorry for being lame, someone who cares about undernet should make this a x3.conf setting) */
+    /* putsock("%s " P10_ACCOUNT " %s %s %lu", self->numeric, user->numeric, stamp, timestamp); */
 }
 
 void