Show
Ignore:
Timestamp:
11/19/08 13:26:44 (17 years ago)
Author:
yumileroy
Message:

[svn] * Various small changes here and there.
* Implementing MangChat? IRC system.
* Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client.

Original author: XTZGZoReX
Date: 2008-10-12 14:03:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/ChatHandler.cpp

    r37 r39  
    3535#include "SpellAuras.h" 
    3636#include "Language.h" 
     37#include "IRCClient.h" 
    3738#include "Util.h" 
    3839 
     
    428429                break; 
    429430 
     431            sIRC.Send_WoW_IRC(_player, channel, msg); 
     432 
    430433            if(ChannelMgr* cMgr = channelMgr(_player->GetTeam())) 
    431434            {