Made sure the logging plugin logs on a format that looks almost the same as we used to have in the past.

This commit is contained in:
Jan Vidar Krey
2010-08-04 17:03:37 +02:00
parent 0c6a58d35a
commit c2b7ecd49c
4 changed files with 84 additions and 17 deletions

View File

@@ -78,6 +78,7 @@ static void convert_user_type(struct plugin_user* puser, struct hub_user* user)
puser->sid = user->id.sid;
puser->nick = user->id.nick;
puser->cid = user->id.cid;
puser->user_agent = user->user_agent;
puser->addr = user->id.addr;
puser->credentials = user->credentials;
}