Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12397 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
danieldg committed Feb 7, 2010
1 parent 934a3f2 commit 39b8524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/m_ojoin.cpp
Expand Up @@ -200,7 +200,7 @@ class ModuleOjoin : public Module

void OnRehash(User* user)
{
ConfigTag* Conf = ServerInstance->Config->ConvValue("ojoin");
ConfigTag* Conf = ServerInstance->Config->ConfValue("ojoin");

if (!np)
{
Expand Down

0 comments on commit 39b8524

Please sign in to comment.