-
Notifications
You must be signed in to change notification settings - Fork 0
/
zidane.cfg
46 lines (35 loc) · 899 Bytes
/
zidane.cfg
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
[bot]
nick = zidane-bot
username = zidane-bot
name = zidane-bot
user = zidane-bot
realname = Github Bot that searches issues/pull requests
host = irc.freenode.net
port = 6697
ssl = true
includes =
irc3.plugins.command
irc3.plugins.log
github_plugin
nickserv_auth
autojoins =
${#}kakoune
${#}kakoune-fr
[irc3.plugins.command]
# command plugin configuration
# set command char
cmd = !
# set guard policy
guard = irc3.plugins.command.mask_based_policy
[irc3.plugins.command.masks]
# this section is used by the guard to secure the bot's command
# change your nickname and uncomment the line below
# fle!*@* = all_permissions
* = view
[github_plugin]
# Github API token: https://github.com/settings/tokens
# Required permissions: public_repo
token =
repository = mawww/kakoune
# maximum amount of search matches the bot will send to the channel
max_search_results = 3