Skip to content

Instantly share code, notes, and snippets.

View boxmein's full-sized avatar

Johannes Kadak boxmein

View GitHub Profile
@boxmein
boxmein / ExpBot II.lua
Last active December 19, 2015 09:19 — forked from JanneSalokoski/ExpBot II.lua
I fixed the commenting up a bit, and added a few todos which in my opinion should help the developer (@jenn4).
--ExpBot II (Experimental Bot V2.1) - An simple IRC bot written in Lua - the programming language.
-- Comments are written in the luadoc style
-- http://keplerproject.github.io/luadoc/manual.html#tags
require "socket"
s = socket.tcp()
-- passwords are received from standard input
passLine = io.read()
network = "chat.eu.freenode.net" --