From 5f72d1fda5e297990aee7e0be805df0a734ca87d Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 12 Dec 2012 01:04:08 -0500 Subject: Squashed commit of the following: commit 317ead6b395237fd0fcf8a39ef028404fcd0ece2 Author: MatthewM Date: Tue Dec 11 02:14:06 2012 -0500 Added the HostServ link to the navigation bar commit 6b15d7fc5e68809f282f5d8597f5bc198851b41c Author: MatthewM Date: Tue Dec 11 01:58:18 2012 -0500 Correct some slight over sights that was missed eariler commit b356a46789fabe4f69af8739e721bc069aa7a348 Author: MatthewM Date: Mon Dec 10 23:44:51 2012 -0500 Started work on adding HostServ to the web panel --- modules/commands/hs_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index b11059f90..c7cd75c11 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -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; -- cgit