Index: source/irc.c =================================================================== RCS file: /home/cvs/repository/epic4/source/irc.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** source/irc.c 2000/12/08 17:23:49 1.5 --- source/irc.c 2000/12/08 20:56:39 1.6 *************** *** 13,19 **** /* * irc_version is what $J returns, its the common-name for the version. */ ! const char irc_version[] = "EPIC4-0.9.14"; const char useful_info[] = "epic4 0 9 14"; /* --- 13,19 ---- /* * irc_version is what $J returns, its the common-name for the version. */ ! const char irc_version[] = "EPIC4-0.9.14-1"; const char useful_info[] = "epic4 0 9 14"; /* *************** *** 25,31 **** /* * In theory, this number is incremented for every commit. */ ! const unsigned long commit_id = 9; /* * As a way to poke fun at the current rage of naming releases after --- 25,31 ---- /* * In theory, this number is incremented for every commit. */ ! const unsigned long commit_id = 10; /* * As a way to poke fun at the current rage of naming releases after Index: source/who.c =================================================================== RCS file: /home/cvs/repository/epic4/source/who.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** source/who.c 2000/12/06 03:26:42 1.2 --- source/who.c 2000/12/08 20:56:39 1.3 *************** *** 628,633 **** --- 628,636 ---- { WhoEntry *new_w = who_queue_top(); + while (last_char(who_target) == ' ') + chop(who_target, 1); + if (who_whine) who_whine = 0; if (!new_w) .