made it modular! modules/*.sh will be ran if it exists and called
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
echo "PRIVMSG $2 :$1: The available modules I have are:"
|
||||
output=$(ls modules/ | sed "s/.sh//")
|
||||
echo "PRIVMSG $2 :$1: "$output
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
echo "PRIVMSG $2 :$1: pong"
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
echo "PRIVMSG $2 :$1: The test was successful"
|
||||
Reference in New Issue
Block a user