[NeoStats-Devel] [Commits] r10 - trunk
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Sat May 21 07:29:10 2005
New Revision: 10
Modified:
trunk/blsb.c
Log:
fix needless want_nickip request, this is automatically assigned by requesting the event
Modified: trunk/blsb.c
==============================================================================
--- trunk/blsb.c (original)
+++ trunk/blsb.c Sat May 21 07:29:10 2005
@@ -403,7 +403,6 @@
int i;
dom_list *dl;
ModuleConfig (blsb_settings);
- me.want_nickip = 1;
blsb.domains = list_create(-1);
DBAFetchRows("domains", load_dom);
if (list_count(blsb.domains) == 0) {