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