1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 03:56:39 +02:00

Started work on adding HostServ to the web panel

This commit is contained in:
MatthewM
2012-12-10 23:44:51 -05:00
parent 0edd26467e
commit b356a46789
6 changed files with 107 additions and 2 deletions
+2 -1
View File
@@ -152,7 +152,8 @@ class CommandHSRequest : public Command
HostRequest *req = new HostRequest;
req->nick = u->nick;
//req->nick = u->nick;
req->nick = source.GetNick();
req->ident = user;
req->host = host;
req->time = Anope::CurTime;