mirror of
https://github.com/anope/anope.git
synced 2026-07-03 19:43:12 +02:00
Fix db_old assigning empty greets to users who did not have a greet. Fix debug log message in extensible.cpp
This commit is contained in:
@@ -450,7 +450,8 @@ static void LoadNicks()
|
||||
nc->email = buffer;
|
||||
|
||||
READ(read_string(buffer, f));
|
||||
nc->Extend<Anope::string>("greet", buffer);
|
||||
if (!buffer.empty())
|
||||
nc->Extend<Anope::string>("greet", buffer);
|
||||
|
||||
uint32_t u32;
|
||||
READ(read_uint32(&u32, f));
|
||||
|
||||
Reference in New Issue
Block a user