summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 19:47:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-02 19:47:32 +0000
commit81761626d09537ed2dc45bcf79326c2f1a09f9c7 (patch)
treed27fde22d8e7c219d137efc028f206b8cc9ec9e6 /src
parent6880d5bced3e896c31469c645bb9df00191968ff (diff)
Typo that didn't look like a typo :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3440 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/cmd_who.cpp4
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd_who.cpp b/src/cmd_who.cpp
index 307e86d91..d2cc05332 100644
--- a/src/cmd_who.cpp
+++ b/src/cmd_who.cpp
@@ -17,7 +17,6 @@
using namespace std;
#include "inspircd_config.h"
-#include "inspircd.h"
#include "inspircd_io.h"
#include <time.h>
#include <string>
@@ -47,6 +46,7 @@ using namespace std;
#include "socketengine.h"
#include "typedefs.h"
#include "command_parse.h"
+#include "inspircd.h"
#include "cmd_who.h"
extern ServerConfig* Config;
@@ -70,7 +70,7 @@ void cmd_who::Handle (char **parameters, int pcnt, userrec *user)
/* theres more to do here, but for now just close the socket */
if (pcnt == 1)
{
- if ((IS_SINGLE(parameters[0],'0)) || (IS_SINGLE(parameters[0],'*')))
+ if ((IS_SINGLE(parameters[0],'0')) || (IS_SINGLE(parameters[0],'*')))
{
if ((user->chans.size()) && (user->chans[0].channel))
{
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index 9b66cc15d..1dfce038b 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3437
+echo 3439