|
|
@@ -1096,8 +1096,11 @@ static void check_hostmask()
|
|
|
q = (struct list_type *) get_user(&USERENTRY_HOSTS, u);
|
|
|
for (; q; q = q->next) {
|
|
|
if (wild_match(s, q->extra) || wild_match(q->extra, s)) {
|
|
|
- if (u != conf.bot->u)
|
|
|
+ if (u != conf.bot->u) {
|
|
|
putlog(LOG_WARN, "*", "My automatic hostmask '%s' would conflict with user: '%s'. (Not adding)", s, u->handle);
|
|
|
+ sdprintf("I am %s, they are: %s, (%X vs %X)", conf.bot->u->handle, u->handle, conf.bot->u, u);
|
|
|
+ } else
|
|
|
+ sdprintf("Already have hostmask '%s' added for myself", s);
|
|
|
return;
|
|
|
}
|
|
|
}
|