summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-08 12:41:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-08 12:41:01 +0100
commitd379dcab405bd4b0542e3c645a2de3c1a27832b8 (patch)
treeb67b9882cf5ea9df81599732362f71106edc17c6 /src/commands
parentade1500382366b0cf24147370aea0a3e5bbe50bf (diff)
Read uline state in spanningtree; remove ConfigReader::ulines
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/cmd_stats.cpp9
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;