-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkummitus.conf
executable file
·161 lines (138 loc) · 5.66 KB
/
kummitus.conf
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#! /usr/bin/eggdrop
# more options can be found in files in doc/settings/
set admin "Roni Laukkarinen <email: [email protected]>"
#addlang "finnish"
#set mod-path "/usr/lib64/eggdrop/"
set mod-path "/home/rolle/eggdrop-statbot/eggdrop/"
set help-path "help/"
set text-path "text/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule seen
checkmodule blowfish
set nick "statbot"
set altnick "jaajo"
set realname "Rollen statistiikka/triviabotti"
set servers {
irc.quakenet.org:6667
}
set net-type 5
listen 1338 all
set owner "rolle"
set userfile "/home/rolle/eggdrop-statbot/eggdrop/eggdrop.user"
set chanfile "/home/rolle/eggdrop-statbot/eggdrop/eggdrop.chan"
set pidfile "pid.kummitus"
set temp-path "/tmp"
logfile msbxco * "/home/rolle/eggdrop-statbot/eggdrop/logs/eggdrop.log"
set console "mkcobxs"
set botnet-nick "kummitus"
#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set
#unbind dcc n simul *dcc:simul
channel add #pulina { }
set global-chanset {
+protectops
+statuslog
-revenge
-autovoice
+cycle
+dontkickops
-wasoptest
-inactive
-protectfriends
+shared
+seen
-dynamicexempts
+userinvites
-dynamicinvites
-enforcebans
-dynamicbans
}
loadhelp userinfo.help
# LOADED
########
# TCL Functions:
source /home/rolle/pulinairc-repos/statbot/scripts/alltools.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/userinfo.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/compat.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/toolbox.tcl
# The rest:
source /home/rolle/pulinairc-repos/statbot/scripts/toptod.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/html2.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/peak.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/lilyurl_logger.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/livestats.tcl
source /home/rolle/pulinairc-repos/statbot/scripts/topiclogger1.01.tcl
# UNLOADED
##########
# Artificial Intelligence:
#set megahal_directory_resources "megahal.data/default"
#set megahal_directory_cache "megahal.data/default/brains"
#loadmodule megahal
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/megahal.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/oraakkeli.tcl
# Trivia:
# t-2.commands.tcl pitää kopioida uudestaan aina kansioon ennen kuin starttaa.
#source scripts/t-2.commands.tcl
#source scripts/t-2.settings.tcl
#source scripts/t-2.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/action.fix.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/math.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/horo.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/saatanaan.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/saatanaan.conf
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/fmiweather.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/tproggis.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/proggis.conf
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/ohjtied.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/urlmagic-original.tcl
source /home/rolle/eggdrop-statbot/eggdrop/scripts/linklogger.tcl
source /home/rolle/eggdrop-statbot/eggdrop/scripts/urllog.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/http-title.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/lilyurl1.2.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/urltitle-dandy.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/incith-xrl.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/tiny_url.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/rssnews.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/rss-synd.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/fsck.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/news.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/kielletyt.tcl
source /home/rolle/eggdrop-statbot/eggdrop/scripts/nickplus.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/twitter2.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/autovoice.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/quotes.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/google.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/translate.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/define.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/lastfm.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/quote.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/sana.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/twitterbeta.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/oauth.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/sha1.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/base64.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/durtitle.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/urlmagic.tcl
source /home/rolle/eggdrop-urlmagic/urlmagic.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/eggsim.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/webby.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/durby.tcl
source /home/rolle/eggdrop-statbot/eggdrop/scripts/sseen.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/seend.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/netbots/netbots.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/netbots/netset.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/qnet-auth-settings.tcl
#source /home/rolle/eggdrop-statbot/eggdrop/scripts/qnet.tcl
bind evnt - init-server my:connect
set vhost4 "botit.pulina.fi"
set vhost4 "135.181.93.2"
proc my:connect init-server {
# putquick "PRIVMSG [email protected] :login <user> <password>" -next
putquick "MODE $::botnick +x" -next
}