summaryrefslogtreecommitdiff
path: root/boha.toml
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-05-31 14:49:31 +0100
committerdakkar <dakkar@thenautilus.net>2021-05-31 14:49:31 +0100
commit45c117ab00d282f97df19cd7f58126d956f044ba (patch)
tree28e0d2787e44a167286f64773330781e351cc8f1 /boha.toml
downloadraku-boha-45c117ab00d282f97df19cd7f58126d956f044ba.tar.gz
raku-boha-45c117ab00d282f97df19cd7f58126d956f044ba.tar.bz2
raku-boha-45c117ab00d282f97df19cd7f58126d956f044ba.zip
first stab
Diffstat (limited to 'boha.toml')
-rw-r--r--boha.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/boha.toml b/boha.toml
new file mode 100644
index 0000000..a15c0c6
--- /dev/null
+++ b/boha.toml
@@ -0,0 +1,10 @@
+[server]
+host = 'irc.libera.chat'
+port = 6697
+nick = 'raku-boha'
+username = 'Boha'
+userreal = 'Boha (in Raku)'
+ssl = true
+
+[[channels]]
+name = '#perl.it'