-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathOUTRAGEbot.ini-dist
More file actions
62 lines (55 loc) · 1.83 KB
/
OUTRAGEbot.ini-dist
File metadata and controls
62 lines (55 loc) · 1.83 KB
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
;
; This is the sample configuration file for OUTRAGEbot. Copy this file
; and rename it to anything - even the name of your favourite Auntie,
; but hopefully you'll choose a filename representative of the bot,
; something like the network name perhaps?
;
; Please note however, 'OUTRAGEbot.ini' is ignored during GIT transactions,
; so if you're wanting to keep the bot up to date via means of GIT rather
; than the AutoUpdater module, use 'OUTRAGEbot.ini' to keep your data from
; being overwritten!
;
;
; This section begins with a tilde (~). This means therefore, that this
; section does not contain details regarding to
; the IRC instances.
;
; For more information regarding the choice of keys, please look at a
; dictionary.
;
; Also, 'delimiter' refers to the prefix before commands.
;
[~Network]
name = AndroidIRC
host = irc.sc
port = 6667
owners = your.hostname.here
channels = #OUTRAGEbot
scripts = Evaluation, Commands, AutoInvite, Blank
rotation = SEND_MAST
quitmsg = "Bye, Said The Bot."
delimiter = "~"
;
; You can also send messages/commands when the bot successfully joins
; the network. These will be sent before the bot joins channels, like
; this example of a single perform string:
;
;perform = "PRIVMSG User1 :I have successfully connected!"
;
; Or, if you want to send more than one perform string:
;
;perform[] = "PRIVMSG User1 :I have successfully connected!"
;perform[] = "PRIVMSG User2 :I have successfully connected!"
;
;
; This header doesn't have a '~' suffix, which denotes that it
; is an IRC bot. All three are needed.
; The text inbetween the [ and ] is the bot's nickname, just so you know.
; If you want to name the bot as 'Pete', rename the text to [Pete].
; The first defined bot is the master bot, in this instance, order does
; matter.
;
[OUTRAGEbot]
altnick = OUTRAGEbot`
username = OUTRAGEbot
realname = "Mr. Robinson"