]> jfr.im git - solanum.git/blobdiff - ircd/extban.c
whowas.c: store account name in whowas (#323)
[solanum.git] / ircd / extban.c
index 037dfdb5273f66ee1b7a0b7f40e1b0361772d73c..f99d3fcaedc035d26ae8e924797f0d704c004639 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  charybdis: A slightly useful ircd.
+ *  Solanum: a slightly advanced ircd
  *  extban.c: extended ban types ($type:data)
  *
  * Copyright (C) 2006 charybdis development team
@@ -23,7 +23,6 @@
 #include "stdinc.h"
 #include "channel.h"
 #include "client.h"
-#include "common.h"
 
 ExtbanFunc extban_table[256] = { NULL };