Roxen.git
/
server
/
modules
/
examples
/
filter.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/examples/filter.pike:1:
+
// This is a roxen module. Copyright © 2000 - 2001, Roxen IS.
+
inherit "module"; // All roxen modules must inherit module.pike
-
constant cvs_version = "$Id: filter.pike,v 1.
2
2001/
08
/
31
11
:
19
:
02
grubba
Exp $";
+
constant cvs_version = "$Id: filter.pike,v 1.
3
2001/
09
/
03
18
:
05
:
10
nilsson
Exp $";
constant module_type = MODULE_FILTER; constant module_name = "RefDoc for MODULE_FILTER"; constant module_doc = "This module does nothing, but its inlined " "documentation gets imported into the roxen " "programmer manual. You hardly want to add " "this module to your virtual servers."; mapping last_seen; int handled; int seen;