diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-08 12:41:01 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-08 12:41:01 +0100 |
commit | d379dcab405bd4b0542e3c645a2de3c1a27832b8 (patch) | |
tree | b67b9882cf5ea9df81599732362f71106edc17c6 /src/commands/cmd_stats.cpp | |
parent | ade1500382366b0cf24147370aea0a3e5bbe50bf (diff) |
Read uline state in spanningtree; remove ConfigReader::ulines
Diffstat (limited to 'src/commands/cmd_stats.cpp')
-rw-r--r-- | src/commands/cmd_stats.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/commands/cmd_stats.cpp b/src/commands/cmd_stats.cpp index 5aa608f14..411e9d5e1 100644 --- a/src/commands/cmd_stats.cpp +++ b/src/commands/cmd_stats.cpp @@ -149,15 +149,6 @@ void CommandStats::DoStats(char statschar, User* user, string_list &results) } break; - case 'U': - { - for(std::map<irc::string, bool>::iterator i = ServerInstance->Config->ulines.begin(); i != ServerInstance->Config->ulines.end(); ++i) - { - results.push_back(sn+" 248 "+user->nick+" U "+std::string(i->first.c_str())); - } - } - break; - case 'P': { unsigned int idx = 0; |