From 098f92e10024350022fd61d10bf64d75d071dc38 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 4 May 2008 22:44:03 +0000 Subject: Convert a few more modules to new API and command handler. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9616 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alltime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_alltime.cpp') diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 525402541..d971daefc 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -25,7 +25,7 @@ class CommandAlltime : public Command translation.push_back(TR_END); } - CmdResult Handle(const char* const* parameters, int pcnt, User *user) + CmdResult Handle(const std::vector ¶meters, User *user) { char fmtdate[64]; time_t now = ServerInstance->Time(); -- cgit v1.3.1-10-gc9f91