summaryrefslogtreecommitdiff
path: root/src/map/clif.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/clif.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/clif.c')
-rw-r--r--src/map/clif.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 6752a9699..0190eb24e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -34,7 +34,6 @@
#include "pet.h"
#include "mercenary.h" //[orn]
#include "log.h"
-#include "irc.h"
#include "clif.h"
#include "mail.h"
#include "quest.h"
@@ -4489,9 +4488,6 @@ int clif_GMmessage(struct block_list* bl, const char* mes, int len, int flag)
ALL_CLIENT);
if(buf) aFree(buf);
- if(use_irc && irc_announce_flag && !flag)
- irc_announce(mes);
-
return 0;
}