]> jfr.im git - irc/thales.git/blobdiff - src/hashlist.h
- server.lastsplit is not overwritten when a server rejoins.
[irc/thales.git] / src / hashlist.h
index b3f4dc5cd9ed8fc3271e96772485a312eddddb83..db99f73d0bac0b5f7517af4cd8fb02ed1b2bbe4d 100644 (file)
@@ -1,4 +1,4 @@
-/*  Thales - IRC to Relational Database Gateway
+/*  GNU Thales - IRC to Relational Database Gateway
  *  Copyright (C) 2002 Lucas Nussbaum <lucas@lucas-nussbaum.net>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -19,6 +19,8 @@
 #ifndef _HASHLIST_H_
 #define _HASHLIST_H_
 
+#define KEYOTHER 1
+#define KEYCHAN 2
 struct item
 {
        char *str;