summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorZido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 12:09:36 +0000
committerZido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 12:09:36 +0000
commit74c9a56b7aa52fff54fa4a34a2f31910307b37eb (patch)
tree9c77d8672a67e520e3a3e589115e98b04d55fa3a /src/map/map.c
parent8de982a279a9eca6505c790b32ca2f1d559a3380 (diff)
downloadhercules-74c9a56b7aa52fff54fa4a34a2f31910307b37eb.tar.gz
hercules-74c9a56b7aa52fff54fa4a34a2f31910307b37eb.tar.bz2
hercules-74c9a56b7aa52fff54fa4a34a2f31910307b37eb.tar.xz
hercules-74c9a56b7aa52fff54fa4a34a2f31910307b37eb.zip
- The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 87cc16577..b580ce07e 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3812,6 +3812,7 @@ int do_init(int argc, char *argv[]) {
}
map_config_read(MAP_CONF_NAME);
+ irc_read_conf(IRC_CONF); // [Zido]
chrif_checkdefaultlogin();
if ((naddr_ == 0) && (map_ip_set_ == 0 || char_ip_set_ == 0)) {