mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:56:39 +02:00
removed an extra space from db-convert
This commit is contained in:
@@ -427,7 +427,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
if (!memos->text)
|
||||
break;
|
||||
fs << "MD MI " << " " << memos->time << " " << memos->sender;
|
||||
fs << "MD MI " << memos->time << " " << memos->sender;
|
||||
if (memos->flags & MF_UNREAD)
|
||||
fs << " UNREAD";
|
||||
if (memos->flags & MF_RECEIPT)
|
||||
|
||||
Reference in New Issue
Block a user