]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Split ModeParser::DisplayListMode() into two parts
authorAttila Molnar <attilamolnar@hush.com>
Thu, 4 Sep 2014 11:08:22 +0000 (13:08 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Thu, 4 Sep 2014 11:08:22 +0000 (13:08 +0200)
commite3fc46af3ea3999ea5eea7274f038f4f03357e0e
tree5d3115566e6aa9e090a7a01f82381f988e0440da
parent117db983d2ce28aeb1d1e0d36879c4ea1c34f10a
Split ModeParser::DisplayListMode() into two parts

ShowListModeList() sends the list of one listmode to a user, DisplayListMode() calls it for each mode letter
include/mode.h
src/mode.cpp