]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto.h
fixed registration process (uncommitted code from afternets x3 applied)
[irc/evilnet/x3.git] / src / proto.h
index 342cedb63e470fc70b58fc60e5cea73c7b5ddc8a..c6ff63452492be35eaeaef3f51712c083dca9309 100644 (file)
@@ -1,7 +1,7 @@
 /* proto.h - IRC protocol output
  * Copyright 2000-2004 srvx Development Team
  *
- * This file is part of srvx.
+ * This file is part of x3.
  *
  * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -150,7 +150,7 @@ void irc_stats(struct userNode *from, struct server *target, char type);
 void irc_svsnick(struct userNode *from, struct userNode *target, const char *newnick);
 
 /* account maintenance */
-void irc_account(struct userNode *user, const char *stamp);
+void irc_account(struct userNode *user, const char *stamp, time_t timestamp);
 void irc_regnick(struct userNode *user);
 void irc_fakehost(struct userNode *user, const char *host);