]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
Lots of style changes to user replies. added numeric access back
[irc/evilnet/x3.git] / src / hash.h
index 119cf4709ec3658728829eff23e224909f9dd772..74555883823ecb99d005d6a49e8f164598487aa4 100644 (file)
@@ -1,7 +1,7 @@
 /* hash.h - IRC network state database
  * 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
@@ -98,6 +98,7 @@
 #define NICKLEN         30
 #define USERLEN         10
 #define HOSTLEN         63
+#define ACCOUNTLEN     15
 #define REALLEN         50
 #define TOPICLEN        250
 #define CHANNELLEN      200
@@ -236,7 +237,7 @@ void NickChange(struct userNode* user, const char *new_nick, int no_announce);
 typedef void (*account_func_t) (struct userNode *user, const char *stamp);
 void reg_account_func(account_func_t handler);
 void call_account_func(struct userNode *user, const char *stamp);
-void StampUser(struct userNode *user, const char *stamp);
+void StampUser(struct userNode *user, const char *stamp, time_t timestamp);
 void assign_fakehost(struct userNode *user, const char *host, int announce);
 
 typedef void (*new_channel_func_t) (struct chanNode *chan);