summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 02:24:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-30 02:24:04 +0000
commit68b3507828409d55fb856dff6b58f8fd93f6bbd0 (patch)
tree4cd9853c689987192bd87c978326ea296bad80d3 /src/map/map.c
parentec3b479889be0de9fae404d961728d2c474f8e4f (diff)
downloadhercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.gz
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.bz2
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.tar.xz
hercules-68b3507828409d55fb856dff6b58f8fd93f6bbd0.zip
Removed the IRC bot system, now a customization (see topic:194306)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13014 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 95bec1b58..8d04e56f9 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -38,7 +38,6 @@
#include "atcommand.h"
#include "charcommand.h"
#include "log.h"
-#include "irc.h"
#ifndef TXT_ONLY
#include "mail.h"
#endif
@@ -3161,8 +3160,6 @@ void do_final(void)
do_final_skill();
do_final_status();
do_final_unit();
- if(use_irc)
- do_final_irc();
map_db->destroy(map_db, map_db_final);
@@ -3323,7 +3320,6 @@ int do_init(int argc, char *argv[])
}
map_config_read(MAP_CONF_NAME);
- irc_read_conf(IRC_CONF); // [Zido]
chrif_checkdefaultlogin();
if (!map_ip_set || !char_ip_set) {
@@ -3375,8 +3371,6 @@ int do_init(int argc, char *argv[])
add_timer_func_list(map_removemobs_timer, "map_removemobs_timer");
add_timer_interval(gettick()+1000, map_freeblock_timer, 0, 0, 60*1000);
- if(use_irc)
- do_init_irc();
do_init_atcommand();
do_init_battle();
do_init_chrif();