Okay, I can't seem to find any thing to help me do this on-join module fuction. Can someone show me how to properly code it in or at least point me to a spot in code that I may have over looked??????
Or if you are talking about a way to use a join bind in a module, you would need to import the server module functions (see other modules for an example). Then you would use the add_builtins(H_raw, <my table here>); to add the bind.
Wcc wrote:Or if you are talking about a way to use a join bind in a module, you would need to import the server module functions (see other modules for an example). Then you would use the add_builtins(H_raw, <my table here>); to add the bind.
Photon wrote:There actually is a H_Join command table exported by the IRC module. If you add your function to that it will probably be easier...
Yeah, the H_raw command table made my bot part the channel saying "Oops... somebody made me join <channel> ... Leaving ...." I probably didnt' use it correctly, but then again, I'm still new to the eggdrop module programming world.
I will try this H_join one soon, probably a day when i dont' have school nor work. Thanks for the input.