1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 13:53:11 +02:00

BUILD : 1.7.6 (477) BUGS : N/A NOTES : list.c and mail.c are doxygen ready now

git-svn-id: svn://svn.anope.org/anope/trunk@477 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@331 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-05 07:37:15 +00:00
parent a7a948262a
commit 0df82a3dcf
3 changed files with 73 additions and 19 deletions
+12
View File
@@ -16,6 +16,12 @@
/*************************************************************************/
/**
* List all register nicks
* @param ac Number of Arguments
* @param av Array if Arguments
* @return void
*/
void do_listnicks(int ac, char **av)
{
int count = 0; /* Count only rather than display? */
@@ -96,6 +102,12 @@ are given, detailed information about those nicks is displayed.\n\
/*************************************************************************/
/**
* List all register channels
* @param ac Number of Arguments
* @param av Array if Arguments
* @return void
*/
void do_listchans(int ac, char **av)
{
int count = 0; /* Count only rather than display? */