]> jfr.im git - solanum.git/blobdiff - include/tgchange.h
add SNO_FARCONNECT to the help text (#260)
[solanum.git] / include / tgchange.h
index b2cc684cac631801bb3a2be08ec4e9acf88a90bd..9504c96390bc7d58a32115c3a075abf6ccdc53c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * charybdis: an advanced Internet Relay Chat Daemon(ircd).
+ * Solanum: a slightly advanced ircd
  *
  * Copyright (C) 2004-2005 Lee Hardy <lee@leeh.co.uk>
  * Copyright (C) 2005-2010 Jilles Tjoelker <jilles@stack.nl>
@@ -25,6 +25,8 @@
 #define INCLUDED_tgchange_h
 
 #include "ircd_defs.h"
+#include "client.h"
+#include "channel.h"
 
 /* finds a channel where source_p has op or voice and target_p is a member */
 struct Channel *find_allowing_channel(struct Client *source_p, struct Client *target_p);