summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/console
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-11-05 20:00:10 -0500
committer cracyc <cracyc@users.noreply.github.com>2016-11-06 13:41:47 -0600
commitcbf588359ee1fdb60cea32f653112144f35ca62d (patch)
tree428d6b0ff26fe96ec86fdd6911f75da71efe913f /plugins/console
parenta6aaa59d19c5183ba16da11ab963646ffbb66aa3 (diff)
plugins/console: (nw)
Diffstat (limited to 'plugins/console')
-rw-r--r--plugins/console/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/console/init.lua b/plugins/console/init.lua
index 151af204400..3034b7c2cab 100644
--- a/plugins/console/init.lua
+++ b/plugins/console/init.lua
@@ -74,7 +74,6 @@ function console.startplugin()
return
elseif started then
local cmd = conth.result
- ln.historyadd(cmd)
local func, err = load(cmd)
if not func then
if err:match("<eof>") then