]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Make it possible to resume processing a partially processed Modes::ChangeList
authorAttila Molnar <attilamolnar@hush.com>
Wed, 3 Sep 2014 13:05:56 +0000 (15:05 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 3 Sep 2014 13:05:56 +0000 (15:05 +0200)
commitc6c43eaf60b966870acaf152721e89b5289281b3
treefce4987962e9a972e2cb7cc1e3a6950ebeec5005
parent05022b58f2da1a6b0d1d7134a86fa566bada4232
Make it possible to resume processing a partially processed Modes::ChangeList

Return number of processed mode changes from ModeParser::ProcessSingle() and add a begin index parameter
include/mode.h
src/mode.cpp