about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-12-12 12:33:14 +0000
committerAlexander Barton <alex@barton.de>2002-12-12 12:33:14 +0000
commitba767481d9f2e1370034853d6a9471ee6aad4386 (patch)
tree6e6b222d8f76c2ab36a531953f891d1174ad37dc
parent490f28ffd1b42ee2076ce89c62d0e672ee7e541e (diff)
downloadngircd-ba767481d9f2e1370034853d6a9471ee6aad4386.tar.gz
ngircd-ba767481d9f2e1370034853d6a9471ee6aad4386.zip
- removed old ID tag
-rw-r--r--src/ngircd/irc-oper.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c
index aaa761df..7e50b653 100644
--- a/src/ngircd/irc-oper.c
+++ b/src/ngircd/irc-oper.c
@@ -8,15 +8,13 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: irc-oper.c,v 1.12 2002/12/12 12:24:18 alex Exp $
- *
  * IRC operator commands
  */
 
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-oper.c,v 1.12 2002/12/12 12:24:18 alex Exp $";
+static char UNUSED id[] = "$Id: irc-oper.c,v 1.13 2002/12/12 12:33:14 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>