14791
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 02, 2012, 01:22:09 pm »
1 mile run yesterday and somme small sprints with gizmo.
man i am wrecked today, so tired.. another day with 5 hours sleep, somehow im toast today.
as for programming: i've been modularizing the bot even more, removed parser code (code that handles the ^trigger|^triggers) and put it into modules.. so now there's a parser stack..
so i've got pmod_parse1.c, about to work on pmod_parse2.c which will contain ^().
in the next few days, i need to move all of the sockets/irc/protocol stuff out of the bot and put that into modules too... gmods.. so there will be a gmod stack:
+gmodules irc,raw
+gmodules irc,ssl
etc
pc
man i am wrecked today, so tired.. another day with 5 hours sleep, somehow im toast today.
as for programming: i've been modularizing the bot even more, removed parser code (code that handles the ^trigger|^triggers) and put it into modules.. so now there's a parser stack..
so i've got pmod_parse1.c, about to work on pmod_parse2.c which will contain ^().
in the next few days, i need to move all of the sockets/irc/protocol stuff out of the bot and put that into modules too... gmods.. so there will be a gmod stack:
+gmodules irc,raw
+gmodules irc,ssl
etc
pc