[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-80-g3558893
Brought to you by:
entrope
From: Entrope <en...@us...> - 2011-10-30 17:25:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 35588938690331c93fb77e81d9ba0a251e80b87a (commit) via 0b3af1b113a18b714f0b1085596835989671b2ae (commit) via 2408030ebe96d62e9cfad6dcd498c62bad76f23c (commit) from 4298a99c6681e3430aa7ea373dbd1363186ebaaf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 35588938690331c93fb77e81d9ba0a251e80b87a Author: Michael Poole <md...@tr...> Date: Sun Oct 30 13:23:12 2011 -0400 Fix compilation warnings from gcc 4.6. src/chanserv.c (zoot_list): Delete this function. (cmd_invite): Remove never-read uData variable. (ban_read_helper): Remove never-read bData variable. src/helpfile.c (vsend_message): Remove never-read expand_pos variable. src/ioset.c (ioset_buffered_read): Remove never-read fdnum variable. src/log.c (log_entry_search): Remove never-read last variable. src/mod-helpserv.c (cmd_add_user): Remove never-read new_user variable. src/modcmd.c (check_alias_args): Remove never-read tmp variable. src/nickserv.c (cmd_reclaim): Remove never-read hi variable. src/proto-p10.c (cmd_topic): Remove never-read chan_ts variable. (AddLocalUser): Remove never-read timestamp variable. commit 0b3af1b113a18b714f0b1085596835989671b2ae Author: Michael Poole <md...@tr...> Date: Sun Oct 30 13:19:41 2011 -0400 Document the ChanServ toy commands. src/chanserv.help: Add documentation for !8ball, !d, !huggle, !ping, !unf and !wut. commit 2408030ebe96d62e9cfad6dcd498c62bad76f23c Author: Michael Poole <md...@tr...> Date: Sun Oct 30 13:19:08 2011 -0400 Fix MIN_ARGC for ChanServ's !8ball and !d commands. src/chanserv.c (init_chanserv): These commands need at least one argument. ----------------------------------------------------------------------- Summary of changes: src/chanserv.c | 61 ++------------------------------------------------- src/chanserv.help | 12 ++++++++++ src/helpfile.c | 6 +--- src/ioset.c | 3 +- src/log.c | 5 +-- src/mod-helpserv.c | 4 +- src/modcmd.c | 3 +- src/nickserv.c | 2 - src/proto-p10.c | 6 +---- 9 files changed, 24 insertions(+), 78 deletions(-) hooks/post-receive -- srvx |