irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit b722ffb30700ee4677c035ab3b09bb4e1aa6d703
parent b90095d27cd242b36fb376e1caef3efa29df6601
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 27 Jun 2011 10:05:12 -0400

add TODO, remove useless stuff

Diffstat:
irctk.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/irctk.c b/irctk.c @@ -477,7 +477,7 @@ int cmd_msg_chan(irc_session_t *s, char *target, const char* line) int cont = 1; char tmp; char *one_target; - char *msg[MAX_LEN]; /* TODO TODO TODO !! */ + //char *msg[MAX_LEN]; /* TODO TODO TODO !! */ int rsl; one_target = target; @@ -577,6 +577,7 @@ void dump_event (irc_session_t * session, const char * event, const char * origi if (atoi(event) == LIBIRC_RFC_ERR_ERRONEUSNICKNAME) { /* bad nick */ + // TODO only fatal at startup; if changing, just revert if (args.force_nick) { // TODO does not work