File: sbnc.tcl

package info (click to toggle)
sbnc 1.2-20
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,144 kB
  • ctags: 4,866
  • sloc: cpp: 17,557; ansic: 15,514; sh: 13,419; tcl: 5,567; php: 448; makefile: 281
file content (27 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is an example configuration file for shroudBNC's TCL module
# It will be sourced whenever you (re-)load the tcl module or
# use the tcl command 'rehash' (e.g. /sbnc tcl :rehash)

# You should not modify this block
source "/usr/lib/sbnc/scripts/alltools.tcl"
source "/usr/lib/sbnc/scripts/namespace.tcl"
source "/usr/lib/sbnc/scripts/timers.tcl"
source "/usr/lib/sbnc/scripts/misc.tcl"
source "/usr/lib/sbnc/scripts/variables.tcl"
source "/usr/lib/sbnc/scripts/pushmode.tcl"
source "/usr/lib/sbnc/scripts/channel.tcl"
source "/usr/lib/sbnc/scripts/bind.tcl"
source "/usr/lib/sbnc/scripts/usys.tcl"
source "/usr/lib/sbnc/scripts/socket.tcl"
source "/usr/lib/sbnc/scripts/botnet.tcl"
source "/usr/lib/sbnc/scripts/iface2.tcl"
source "/usr/lib/sbnc/scripts/ifacecmds.tcl"
source "/usr/lib/sbnc/scripts/partyline.tcl"

# Examples for other useful scripts.
# Uncomment them if you want to use it.
#source "/usr/lib/sbnc/scripts/contact.tcl"
#source "/usr/lib/sbnc/scripts/qauth.tcl"
#source "/usr/lib/sbnc/scripts/version.tcl"
#source "/usr/lib/sbnc/scripts/vhost.tcl"
#source "/usr/lib/sbnc/scripts/virtual.tcl"