vortaroboto

Log | Files | Refs | README

commit 89272c816adac464883cea0d6cefbb1117042f59
parent 5b01eca43f2ad39ab9e8e65396452bf9aa5e4d63
Author: tomvig38@gmail.com <tomvig38@gmail.com>
Date:   Tue, 19 Oct 2021 08:49:15 +0000

Aldonu pass por identifii
Diffstat:
Msrc/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -103,6 +103,7 @@ async fn main() -> irc::error::Result<()> { let config = Config { nickname: Some(NICK.to_owned()), + password: Some(std::env!("ROBOT_PASS").to_string()), server: Some("irc.libera.chat".to_owned()), channels: vec!["##esperanto".to_owned()], max_messages_in_burst: Some(5),