diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /conf-tmpl/irc_athena.conf | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/irc_athena.conf')
-rw-r--r-- | conf-tmpl/irc_athena.conf | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/conf-tmpl/irc_athena.conf b/conf-tmpl/irc_athena.conf index 2929966d9..c55b9c2c0 100644 --- a/conf-tmpl/irc_athena.conf +++ b/conf-tmpl/irc_athena.conf @@ -1,42 +1,42 @@ -// ______ __ __
-// /\ _ \/\ \__/\ \
-// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
-// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
-///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
-//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
-// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
-// _ _ _ _ _ _ _ _ _ _ _ _ _
-// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
-//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
-// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
-//
-//--------------------------------------------------------
-// eAthena IRC Bot Configuration File
-//--------------------------------------------------------
-
-//Turn the IRC Bot 'on' or 'off'
-use_irc: off
-
-//IRC Server Address
-irc_server: irc.deltaanime.net
-
-//IRC Server Port
-irc_port: 6667
-
-//Autojoin channel when kicked (on=1,off=0)
-irc_autojoin: 0
-
-//IRC Channel
-irc_channel: #
-
-//IRC Channel password (set if required)
-//irc_channel_pass:
-
-//IRC Trade Channel
-irc_trade_channel: #
-
-//IRC Nickname
-irc_nick:
-
-//IRC Password ("0" for no pass)
-irc_pass: 0
+// ______ __ __ +// /\ _ \/\ \__/\ \ +// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __ +// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ +///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_ +//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ +// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ +// _ _ _ _ _ _ _ _ _ _ _ _ _ +// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ +//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) +// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ +// +//-------------------------------------------------------- +// eAthena IRC Bot Configuration File +//-------------------------------------------------------- + +//Turn the IRC Bot 'on' or 'off' +use_irc: off + +//IRC Server Address +irc_server: irc.deltaanime.net + +//IRC Server Port +irc_port: 6667 + +//Autojoin channel when kicked (on=1,off=0) +irc_autojoin: 0 + +//IRC Channel +irc_channel: # + +//IRC Channel password (set if required) +//irc_channel_pass: + +//IRC Trade Channel +irc_trade_channel: # + +//IRC Nickname +irc_nick: + +//IRC Password ("0" for no pass) +irc_pass: 0 |