hopefully fix LS-12 and LS-14

This commit is contained in:
Fish 2008-02-21 13:13:44 +00:00
parent fc8827ada9
commit 930a82cf3e

View file

@ -154,6 +154,7 @@ void ChannelTopic( const char *chan, const char *owner, const char *ts, const ch
c->topictime = ( ts ) ? atoi( ts ) : me.now;
cmdparams = (CmdParams *) ns_calloc( sizeof( CmdParams ) );
cmdparams->source = FindClient( owner );
cmdparams->param = c->topic;
cmdparams->channel = c;
SendAllModuleEvent( EVENT_TOPIC, cmdparams );
ns_free( cmdparams );