summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chanserv.c4
-rw-r--r--src/protocol/unreal32.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/chanserv.c b/src/chanserv.c
index 2f22e6bc8..6531eacec 100644
--- a/src/chanserv.c
+++ b/src/chanserv.c
@@ -1700,7 +1700,9 @@ void expire_chans()
for (ci = chanlists[i]; ci; ci = next) {
next = ci->next;
if (!ci->c && now - ci->last_used >= CSExpire
- && !(ci->flags & (CI_VERBOTEN | CI_NO_EXPIRE | CI_SUSPENDED))) {
+ && !(ci->
+ flags & (CI_VERBOTEN | CI_NO_EXPIRE | CI_SUSPENDED)))
+ {
send_event(EVENT_CHAN_EXPIRE, 1, ci->name);
alog("Expiring channel %s (founder: %s)", ci->name,
(ci->founder ? ci->founder->display : "(none)"));
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 7545426fb..030073ece 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -73,7 +73,7 @@ IRCDVar myIrcd[] = {
1, /* vidents */
1, /* svshold */
1, /* time stamp on mode */
- 0, /* NICKIP */
+ 1, /* NICKIP */
1, /* O:LINE */
1, /* UMODE */
1, /* VHOST ON NICK */