/* * ircd-ratbox: an advanced Internet Relay Chat Daemon(ircd). * monitor.h: Code for server-side notify lists. * * Copyright (C) 2005 Lee Hardy * Copyright (C) 2005 ircd-ratbox development team * */ #ifndef INCLUDED_monitor_h #define INCLUDED_monitor_h struct rb_bh; struct monitor { struct monitor *hnext; char name[NICKLEN]; rb_dlink_list users; }; extern struct monitor *monitorTable[]; #define MONITOR_HASH_BITS 16 #define MONITOR_HASH_SIZE (1<