# joaddons.tcl for netbots.tcl v3.15
# designed to work with eggdrop 1.5.2 or higher
# Johoho's Eggdrop Page - http://johoho.eggdrop.cx
# restricted.tcl copyright (c) 1999,2000 by johoho <johoho@hojo-net.de>
# netbots.tcl copyright (c) 1998-2000 by slennox <slennox@egghelp.org>

## restricted.tcl component script v1.00.2, 19.03.2000 ##

# History:
# 
# v1.00.1, 26.12.1999 - initial release
# v1.00.2, 19.03.2000 - changed header and readme :)

# thanks to RuFuS who coded this one. thanks slennox for netbots.tcl

Please note that this component is fully compatible with netbots.tcl by slennox

Eggdrop can detect restricted connections since 1.3.26. This component extends this ability by sending a note to a user and logging restricted servers to a text file called restricted.txt in the bots directory.


#### Installation
To install this component properly you have to copy it to your netbots directory and add these lines to your netset.tcl conf:

## netset.tcl
# restricted.tcl
set nb_component(restricted) 1
set re_note "MrLame MrsLame"


## Settings Documentation:

re_note  (default: "MrLame")
  specify here the nick to whom the note should be send
  Valid settings: One or more nicknames, seperated by a blank " ". Leave completely blank to disable.
