ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/IRC/smart_ison.cpp
(Generate patch)

Comparing FreeBSDAdmin/IRC/smart_ison.cpp (file contents):
Revision 1265 by douglas, 2010-03-21T18:05:14-07:00 vs.
Revision 1268 by douglas, 2010-03-22T14:11:11-07:00

# Line 250 | Line 250 | void SmartISONTimer::RunJob()
250          {
251                  CString nick(module->queue_.front());
252  
253 <                if (!online.count(nick))
253 >                if (!online.count(nick) && !module->request_.count(nick))
254                  {
255                          if ((size += nick.size() + 1) > 512)
256                                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines