-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpiggyLotto.lua
54 lines (46 loc) · 922 Bytes
/
piggyLotto.lua
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
settings = {showSource = false}
--settings.Master = true
masters = {
paulynopoops = false,
nix = false,
piggydev = false,
}
ignored = {}
bot = {
uname = "PigLotto",
nick = "PigLotto",
address = "irc.freenode.net",
port = 6667,
channel = "",
startup = function()
irc:send ": PRIVMSG Nickserv :identify PigLotto HeroAa333\r\n"
end,
plugins = {
-- "1doge.lua",
-- "1mint.lua",
"1piggy.lua",
-- "bark.lua",
-- "beer.lua",
-- "clip.lua",
"control.lua",
-- "cookie.lua",
-- "dogeDice.lua",
-- "dogeLotto.lua",
-- "fortune.lua",
-- "google.lua",
-- "help.lua",
-- "lua.lua",
-- "math.lua",
-- "mintDice.lua",
-- "op.lua",
"piggyLotto.lua",
-- "poke.lua",
"print.lua",
"reminder.lua",
-- "sed.lua",
}
}
bot.print = function(...)
--[[
print(...)--]]
end