From 68b3507828409d55fb856dff6b58f8fd93f6bbd0 Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 30 Jul 2008 02:24:04 +0000 Subject: 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 --- src/map/vending.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/map/vending.c') diff --git a/src/map/vending.c b/src/map/vending.c index 0420d5288..c77b1ac78 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -16,8 +16,6 @@ #include "battle.h" #include "log.h" -#include "irc.h" - #include #include @@ -31,9 +29,6 @@ void vending_closevending(struct map_session_data* sd) sd->vender_id = 0; clif_closevendingboard(&sd->bl,0); - - if( use_irc && irc_announce_shop_flag ) - irc_announce_shop(sd,0); } /*========================================== @@ -297,7 +292,4 @@ void vending_openvending(struct map_session_data* sd, const char* message, bool pc_stop_walking(sd,1); clif_openvending(sd,sd->vender_id,sd->vending); clif_showvendingboard(&sd->bl,message,0); - - if( use_irc && irc_announce_shop_flag ) - irc_announce_shop(sd,1); } -- cgit v1.2.3-70-g09d2