mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-08-03 06:53:35 +02:00
Implementation of brmdoor downstairs
This commit is contained in:
parent
01a836bc81
commit
4bc790e97a
7 changed files with 694 additions and 0 deletions
29
brmdoor-rpi/irssi/config
Normal file
29
brmdoor-rpi/irssi/config
Normal file
|
@ -0,0 +1,29 @@
|
|||
servers = (
|
||||
{
|
||||
address = "irc.freenode.net";
|
||||
chatnet = "Freenode";
|
||||
port = "6667";
|
||||
autoconnect = "Yes";
|
||||
}
|
||||
);
|
||||
chatnets = { Freenode = { type = "IRC"; }; };
|
||||
|
||||
channels = (
|
||||
{ name = "#brmstatus"; chatnet = "Freenode"; autojoin = "Yes"; },
|
||||
{ name = "#brmlab"; chatnet = "Freenode"; autojoin = "Yes"; },
|
||||
{ name = "#brmbiolab"; chatnet = "Freenode"; autojoin = "Yes"; }
|
||||
);
|
||||
|
||||
|
||||
settings = {
|
||||
core = {
|
||||
real_name = "Brmbiolabi bot";
|
||||
user_name = "brmbiobot";
|
||||
nick = "brmbiobot";
|
||||
hostname = "foo.bar";
|
||||
};
|
||||
"fe-text" = { actlist_sort = "refnum"; };
|
||||
};
|
||||
logs = { };
|
||||
hilights = ( );
|
||||
ignores = ( );
|
Loading…
Add table
Add a link
Reference in a new issue