diff --git a/.secrets.pm.example b/.secrets.pm.example new file mode 100644 index 0000000..babc609 --- /dev/null +++ b/.secrets.pm.example @@ -0,0 +1,8 @@ +package Secrets; + +our $TELEGRAM_TOKEN = 'PUT_TOKEN_HERE'; +our $TELEGRAM_USER_ID = 123456789; +our $NICKSERV_PASSWORD = 'PUT_PASSWORD_HERE'; +our $IRC_CHANNEL = '#channel'; + +1;