summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-06 12:59:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-06 12:59:54 +0000
commitf905e65cd98cc45d52e74f2b17f32a791db93765 (patch)
tree40b386a0c2c0128a8ddc3d19fcec52b00dc15f0f /src/commands.cpp
parent9c701f3098f6d69abf20bd2e795d2812382f1e57 (diff)
Added ADDLINE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2217 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 1fa29bf8d..38880a586 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1922,7 +1922,6 @@ void handle_eline(char **parameters, int pcnt, userrec *user)
void handle_gline(char **parameters, int pcnt, userrec *user)
{
- char netdata[MAXBUF];
if (pcnt >= 3)
{
add_gline(duration(parameters[1]),user->nick,parameters[2],parameters[0]);