From 498959c4ce6e9cb4f17ae8e359c5f3353d5e0ced Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 23:27:31 -0500 Subject: don't need to distribute the password to that account, really --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.lua b/test/test.lua index 02ed4da..865c5bc 100644 --- a/test/test.lua +++ b/test/test.lua @@ -225,4 +225,4 @@ local function on_dcc_send() end irc.register_callback("dcc_send", on_dcc_send) -irc.connect{network = "irc.freenode.net", nick = "doylua", pass = "doylua"} +irc.connect{network = "irc.freenode.net", nick = "doylua"} -- cgit v1.2.3