summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-13 21:52:21 -0400
committerAdam <Adam@anope.org>2011-09-10 01:52:46 -0400
commit8a6d6577bd6c9d5ca57c98d932a99ae890ba7cc8 (patch)
treec3d63ae7797a4c8d08cd7b75ef69a48720a9605d /include/channels.h
parent4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (diff)
Removed log:inhabitlogchannel and replaced it with service:channels
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/channels.h b/include/channels.h
index 113b5c1f9..5b8801406 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -30,9 +30,7 @@ enum ChannelFlag
/* Channel still exists when emptied */
CH_PERSIST,
/* If set the channel is syncing users (channel was just created) and it should not be deleted */
- CH_SYNCING,
- /* Is a services log channel */
- CH_LOGCHAN
+ CH_SYNCING
};
const Anope::string ChannelFlagString[] = { "CH_INABIT", "CH_PERSIST", "CH_SYNCING", "CH_LOGCHAN", "" };