diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /conf/channels.conf | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/channels.conf')
-rw-r--r-- | conf/channels.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/channels.conf b/conf/channels.conf index 19021a64d..bd1dcaf4a 100644 --- a/conf/channels.conf +++ b/conf/channels.conf @@ -1,12 +1,12 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //==================================================== //================= More Information ================= // http://herc.ws/board/topic/316-introducing-hercules-channel-system/ @@ -16,7 +16,7 @@ chsys: ( /* Default Channels (available on boot) */ default_channels: { /* channel_name : channel_messages_color */ - main: "Orange" /* Available as #main */ + main: "Orange" /* Available as #main */ support: "Blue" /* Available as #support */ trade: "Red" /* Available as #trade */ offtopic: "Cyan" /* Available as #offtopic */ @@ -38,7 +38,7 @@ chsys: ( /* Allow users to create their own (private) channels through @channels command? */ /* (must also allow players to use @channels in groups.conf) */ allow_user_channel_creation: true - + /* "map_local_channel" is a instanced channel unique to each map. */ map_local_channel: true map_local_channel_name: "map" /* Available as #map */ |