mirror of
https://github.com/anope/anope.git
synced 2026-07-01 15:06:39 +02:00
Squashed commit of the following:
commit317ead6b39Author: MatthewM <mcm@they-got.us> Date: Tue Dec 11 02:14:06 2012 -0500 Added the HostServ link to the navigation bar commit6b15d7fc5eAuthor: MatthewM <mcm@they-got.us> Date: Tue Dec 11 01:58:18 2012 -0500 Correct some slight over sights that was missed eariler commitb356a46789Author: MatthewM <mcm@they-got.us> Date: Mon Dec 10 23:44:51 2012 -0500 Started work on adding HostServ to the web panel
This commit is contained in:
@@ -152,7 +152,7 @@ class CommandHSRequest : public Command
|
||||
|
||||
|
||||
HostRequest *req = new HostRequest;
|
||||
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