src/lua_irc.h
branchnew-lib-errors
changeset 219 cefec18b8268
parent 116 92e71129074d
equal deleted inserted replaced
218:5229a5d098b2 219:cefec18b8268
     2 #define LUA_IRC_H
     2 #define LUA_IRC_H
     3 
     3 
     4 /**
     4 /**
     5  * Defines lua wrappers for the irc_* objects
     5  * Defines lua wrappers for the irc_* objects
     6  */
     6  */
     7 #include "nexus_lua.h"
       
     8 #include "lua_objs.h"
       
     9 #include "irc_client.h"
     7 #include "irc_client.h"
       
     8 
       
     9 // XXX: remove this dep ASAP.
       
    10 #include <spbot/nexus_lua.h>
    10 
    11 
    11 /**
    12 /**
    12  * Our lua wrapper for irc_chan
    13  * Our lua wrapper for irc_chan
    13  */
    14  */
    14 struct lua_chan {
    15 struct lua_chan {