summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 00:56:11 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 00:56:11 +0000
commit84b6d82413c71c845c97279ea9150089cd9f8b5a (patch)
treed0eeed3864b3eb8d7737ac8dcc38d73a4ed4922f /src/inspircd.cpp
parent780809b758f0091c71ffe7148033ac9058f093af (diff)
Added idea from ircu: /invite with too few params shows the channels youve been invited to but have not yet joined
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1382 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index d5778e804..3430990eb 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -3553,7 +3553,7 @@ void SetupCommandTable(void)
createcommand("ISON",handle_ison,0,0,"<core>");
createcommand("SUMMON",handle_summon,0,0,"<core>");
createcommand("USERS",handle_users,0,0,"<core>");
- createcommand("INVITE",handle_invite,0,2,"<core>");
+ createcommand("INVITE",handle_invite,0,0,"<core>");
createcommand("PASS",handle_pass,0,1,"<core>");
createcommand("TRACE",handle_trace,'o',0,"<core>");
createcommand("WHOWAS",handle_whowas,0,1,"<core>");