Changeset 1250

Show
Ignore:
Timestamp:
05/03/07 17:30:06 (1 year ago)
Author:
oxff
Message:

nepenthes.log-irc: fixed a bug in the dynamic pattern code, where it would only register with restricted patterns and not log everything

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/log-irc/log-irc.cpp

    r675 r1250  
    172172//      m_Nepenthes->getSocketMgr()->bindTCPSocket(0,10002,0,45,this); 
    173173 
    174         g_Nepenthes->getLogMgr()->addLogger(this,l_dl|l_sub); 
     174        g_Nepenthes->getLogMgr()->addLogger(this,l_all); 
    175175        return true; 
    176176}