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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user