MOGA672002 Posted May 22, 2018 Share Posted May 22, 2018 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
0 Captain Cody Posted May 22, 2018 Share Posted May 22, 2018 server.15 in the table servers exists then continue on. Link to comment
Question
MOGA672002
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 accountSign in
Already have an account? Sign in here.
Sign In Now