This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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" -- |