diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-01 14:19:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-01 14:19:53 +0000 |
commit | f00794b9ea068f5504a39291d0f1eaa4b8bd525d (patch) | |
tree | 3554832c650698333fd8948f23ad9a67f5c0770c /irc/Makefile | |
parent | 2b2c074bea06fd52a79e010d278e5e383c42d984 (diff) |
Add gseen.mod, a !seen module for eggdrop, an IRC bot.
gseen works similar to countless seen scripts. It logs for each user
when he or she was last seen in the channel and makes this information
publically available. It takes switching nick names into consideration
and supports wildcards in search-requests.
The advantage of gseen in contrast to most other seen scripts is it's speed.
gseen can handle databases of several thousand nicks withouta lag in seen
requests. It also supports several languages.
PR: ports/67386
Submitted by: Gerrit Beine <tux@pinguru.net>
Notes
Notes:
svn path=/head/; revision=110608
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 04c7fa9c7b0e..d7500ce5eff1 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -22,6 +22,7 @@ SUBDIR += erc SUBDIR += ezbounce SUBDIR += gruftistats + SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc SUBDIR += iip |