generify server name (forgot to remove from copy-paste)

RoboMWM 2020-09-23 20:56:14 -07:00
parent 07bf8d806d
commit 1dd9d42b1f

@ -18,8 +18,8 @@ options = { key="password" }
# Nickname registered with nickserv without SASL <!-- I do not know if this applies for SASL as well, as the server I use does not support SASL apparently --> # Nickname registered with nickserv without SASL <!-- I do not know if this applies for SASL as well, as the server I use does not support SASL apparently -->
```toml ```toml
[irc.dum] [irc.myirc]
Server="irc.spi.gt:6697" Server="irc.whatever.net:6667"
Nick="yourbotnick" Nick="yourbotnick"
Password="yourNickservPassword" Password="yourNickservPassword"
``` ```