From 23b4cc860d47d2d71a7fb4ea7816c9e869eb9a30 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 22 Nov 2020 18:55:18 -0500 Subject: [PATCH] Export bot's nick so it is available to modules. --- bot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.sh b/bot.sh index 9fd0753..48c0620 100755 --- a/bot.sh +++ b/bot.sh @@ -20,6 +20,7 @@ export allowList export channel export input export ignoreList +export nick export quitMessage # Function called on exit to remove the temporary input file.