From b48816ba37affa20998a64300af083faa6c70127 Mon Sep 17 00:00:00 2001 From: Zido Date: Mon, 17 Apr 2006 23:17:24 +0000 Subject: Refer to changelog git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6144 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/map/irc.c | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 56d3eb575..c5dcd73c4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/04/17 + * I seem to have broken @kami with my last commit, fixed. [Zido] * Added @users to the IRC Bot, outputs the # of users online. [Zido] * The baby check when wearing a tuxedo/dress now works [Zido] * Fixed pet being incorrectly removed when it had intimacy 0. [Skotlex] diff --git a/src/map/irc.c b/src/map/irc.c index 4712acf3f..6fef716fb 100644 --- a/src/map/irc.c +++ b/src/map/irc.c @@ -269,13 +269,12 @@ void irc_parse_sub(int fd, char *incoming_string) else if((strcmpi(target,irc_channel)==0)||(strcmpi(target,irc_channel+1)==0)) { // Broadcast [Zido] (Work in Progress) - if((strcmpi(command,"privmsg")==0)&&(sscanf(message,"@%s[^ ] %255[^\r\n]",cmdname,cmdargs)>0)&&(target[0]=='#')) { + if((strcmpi(command,"privmsg")==0)&&(sscanf(message,"@%255s %255[^\r\n]",cmdname,cmdargs)>0)&&(target[0]=='#')) { if(strcmpi(cmdname,"kami")==0) { if(get_access(source_nick)