From d379dcab405bd4b0542e3c645a2de3c1a27832b8 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 8 Jan 2014 12:41:01 +0100 Subject: Read uline state in spanningtree; remove ConfigReader::ulines --- src/commands/cmd_stats.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/commands') 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::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; -- cgit v1.2.3