diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..877cba8
Binary files /dev/null and b/logo.png differ
diff --git a/readme.md b/readme.md
index be003eb..ed7fe2b 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,17 @@
-# (S)ophie (I)ncoroporated - (S)torage (S)olution
-
SISS
+
+
+
+
+Sophie
+Incorporated Storage
+(S)olution
+
+ |
+
+
+ |
+
+
## How to use
1. First, in your /config.lua file, add the following:
diff --git a/src/modules/chatbox.lua b/src/modules/chatbox.lua
index c90ed48..c3536e0 100644
--- a/src/modules/chatbox.lua
+++ b/src/modules/chatbox.lua
@@ -95,7 +95,6 @@ end
function run()
if config.chatbox == nil then return end
- if #config.chatbox == 0 then return end
while true do
local _, user, command, args = os.pullEvent("command")
diff --git a/src/modules/ui.lua b/src/modules/ui.lua
index 78aad43..0e724d1 100644
--- a/src/modules/ui.lua
+++ b/src/modules/ui.lua
@@ -33,7 +33,7 @@ local function runUi()
return com
end,
function(option)
- local z = option:match("^([^\\s]*)")
+ local z = option:match("^(%S+)")
if inv.getAIL().getItem(z) then
inv.sendItemToSelf(z)