Moved test plugins to folder, removed connect plugin

This commit is contained in:
James Booth
2014-06-11 21:42:19 +01:00
parent 2cf98ce8c4
commit 751c59e8b3
7 changed files with 0 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
local connect = {}
local user = "prof1@panesar"
function connect.prof_on_start()
prof_cons_show("Enter password for " .. user)
prof_send_line("/connect " .. user)
end
return connect