'seen' command for eggdrop 1.1.x - 1.5.x
Ernst's eggdrop page: http://www.baschny.de/eggdrop/
Added public command (can be disabled, see 'seen_chanreq'):
!seen Nick
Added private command:
seen Nick
!seen nick
Added DCC command:
.seen Nick
Added party-line command:
seen Nick
Development has passed through: Robey, eden, cmwagner@gate.net,
floydman@netaxs.com, pulse@indy.mvbms.com, beldin@light.iinet.net.au,
alambers@onyx.idbsu.edu, tartarus@grayphics.com, kinslayer@nxp.co.za,
p.fournier@ieee.ca, Fantomas and myself (Ernst). The "Updates list" was
getting too big and useless, so I just deleted it.
Version 5.5.4 by Ernst <ernst@baschny.de> 27-Sep-2000
- Now should also work without errors on eggdrop 1.5.x
("Tcl error [part:seen]: called "part:seen" with too many arguments.")
Version 5.5.2 by Ernst <ernst@baschny.de> 12-Jun-1999
- Fixed bugs when loading seen with TCL 8.0 and eggdrop 1.3.x
Version 5.5.1 by Ernst <ernst@studbox.uni-stuttgart.de>
- Fixed some bugs (one year later hehe)
- Set your bot version right at the top of the config part of the script
if you are getting strange errors
Version 5.5 by Ernst <ernst@studbox.uni-stuttgart.de>
- Some variables names were wrong for the 1.1 and 1.2 compatibility
- With TCL >8.0, a 1.1 or 1.2 bot was always detected, even if it was a
1.3 bot, thus making this all not work correctly, now it does (should)
Version 5.4 by Ernst <ernst@studbox.uni-stuttgart.de>
- adapted to also work on 1.1 and 1.2 eggdrops (not tested, if it works
for you, send me a note)
- added 'seen_flood' setting to avoid the bot flooding off for answering
public flood requests
- now cuts down nick to 9 chars, when answering that 'user is not known'
-----------------------------------------------------------------------------
This script can make use of 'altnick.tcl', which enables you to have altnicks
stored with each user, so asking !seen one_altnick gives you the proper
response. This is OPTIONAL and will only work if you have and load
'altnick.tcl' *before* this seen5.tcl in your config. It is avaliable at
ftp://ftp.sodre.net/pub/eggdrop/scripts1.0/altnick.tcl.gz (eggs 1.0-1.2) or
ftp://ftp.sodre.net/pub/eggdrop/scripts1.3/altnick3.tcl.gz (eggs 1.3), and
it will probably not hurt you installing it.
-----------------------------------------------------------------------------