Jump to content
  • 0

what is the meaning of this code ?


MOGA672002

Question

function func_ircRaw (server,data)
	if servers[server][15] then
		writeLog("-> "..data)
		return sockWrite(servers[server][1],data.."\r\n")
	end
	table.insert(servers[server][16],data)
	return true
end
registerFunction("ircRaw","func_ircRaw","irc-server","string")

this line 

    if servers[server][15] then

Link to comment

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...