Skip to content

Commit

Permalink
Make it local only.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7481 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
peavey committed Jul 21, 2007
1 parent 1a416cb commit caf483b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/m_customtitle.cpp
Expand Up @@ -47,6 +47,9 @@ bool OneOfMatches(const char* host, const char* ip, const char* hostlist)

CmdResult Handle(const char** parameters, int pcnt, userrec* user)
{
if (!IS_LOCAL(user))
return CMD_LOCALONLY;

char TheHost[MAXBUF];
char TheIP[MAXBUF];

Expand Down

0 comments on commit caf483b

Please sign in to comment.