1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 09:13:15 +02:00

Changed Channel's BanData C-style linked list to std::list, got rid of shadowed variables in channels.cpp.

This commit is contained in:
Naram Qashat
2010-08-28 11:00:02 -04:00
parent 5fbe0c845c
commit 4cc6604326
4 changed files with 24 additions and 47 deletions
-2
View File
@@ -758,8 +758,6 @@ struct LevelInfo
struct BanData
{
BanData *next, *prev;
Anope::string mask; /* Since a nick is unsure and a User structure is unsafe */
time_t last_use; /* Since time is the only way to check whether it's still useful */
int16 ttb[TTB_SIZE];