]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Removal of ancient SVN ID's part one
authorJD Horelick <redacted>
Fri, 11 Jun 2010 01:22:44 +0000 (21:22 -0400)
committerJD Horelick <redacted>
Fri, 11 Jun 2010 01:22:44 +0000 (21:22 -0400)
171 files changed:
bandb/rsdb_snprintf.c
bandb/rsdb_sqlite3.c
bandb/sqlite3.c
extensions/createauthonly.c
extensions/createoperonly.c
extensions/example_module.c
extensions/extb_account.c
extensions/extb_canjoin.c
extensions/extb_channel.c
extensions/extb_extgecos.c
extensions/extb_oper.c
extensions/extb_realname.c
extensions/extb_server.c
extensions/hurt.c
extensions/ip_cloaking.c
extensions/m_42.c
extensions/m_adminwall.c
extensions/m_findforwards.c
extensions/m_force.c
extensions/m_identify.c
extensions/m_mkpasswd.c
extensions/m_ojoin.c
extensions/m_okick.c
extensions/m_olist.c
extensions/m_omode.c
extensions/m_opme.c
extensions/m_webirc.c
extensions/no_oper_invis.c
extensions/sno_farconnect.c
extensions/sno_globalkline.c
extensions/sno_globaloper.c
extensions/sno_whois.c
extensions/spy_admin_notice.c
extensions/spy_info_notice.c
extensions/spy_links_notice.c
extensions/spy_motd_notice.c
extensions/spy_stats_notice.c
extensions/spy_stats_p_notice.c
extensions/spy_trace_notice.c
libratbox/src/arc4random.c
libratbox/src/balloc.c
libratbox/src/commio.c
libratbox/src/devpoll.c
libratbox/src/epoll.c
libratbox/src/event.c
libratbox/src/gnutls.c
libratbox/src/helper.c
libratbox/src/kqueue.c
libratbox/src/linebuf.c
libratbox/src/nossl.c
libratbox/src/openssl.c
libratbox/src/patricia.c
libratbox/src/poll.c
libratbox/src/ports.c
libratbox/src/ratbox_lib.c
libratbox/src/rb_memory.c
libratbox/src/select.c
libratbox/src/sigio.c
libratbox/src/snprintf.c
libratbox/src/tools.c
libratbox/src/unix.c
libratbox/src/win32.c
modules/core/m_die.c
modules/core/m_error.c
modules/core/m_join.c
modules/core/m_kick.c
modules/core/m_kill.c
modules/core/m_message.c
modules/core/m_mode.c
modules/core/m_nick.c
modules/core/m_part.c
modules/core/m_quit.c
modules/core/m_server.c
modules/core/m_squit.c
modules/m_accept.c
modules/m_admin.c
modules/m_away.c
modules/m_cap.c
modules/m_capab.c
modules/m_challenge.c
modules/m_close.c
modules/m_cmessage.c
modules/m_connect.c
modules/m_encap.c
modules/m_etrace.c
modules/m_help.c
modules/m_info.c
modules/m_invite.c
modules/m_ison.c
modules/m_knock.c
modules/m_links.c
modules/m_list.c
modules/m_locops.c
modules/m_lusers.c
modules/m_map.c
modules/m_monitor.c
modules/m_motd.c
modules/m_names.c
modules/m_oper.c
modules/m_operspy.c
modules/m_pass.c
modules/m_ping.c
modules/m_pong.c
modules/m_post.c
modules/m_rehash.c
modules/m_restart.c
modules/m_sasl.c
modules/m_scan.c
modules/m_services.c
modules/m_set.c
modules/m_signon.c
modules/m_snote.c
modules/m_stats.c
modules/m_svinfo.c
modules/m_tb.c
modules/m_testline.c
modules/m_testmask.c
modules/m_time.c
modules/m_topic.c
modules/m_trace.c
modules/m_unreject.c
modules/m_user.c
modules/m_userhost.c
modules/m_users.c
modules/m_version.c
modules/m_wallops.c
modules/m_who.c
modules/m_whois.c
modules/m_whowas.c
modules/sno_routing.c
src/blacklist.c
src/cache.c
src/channel.c
src/chmode.c
src/class.c
src/client.c
src/extban.c
src/getopt.c
src/hash.c
src/hook.c
src/hostmask.c
src/ircd_signal.c
src/listener.c
src/logger.c
src/match.c
src/modules.c
src/monitor.c
src/newconf.c
src/numeric.c
src/operhash.c
src/packet.c
src/parse.c
src/reject.c
src/res.c
src/reslib.c
src/restart.c
src/s_auth.c
src/s_conf.c
src/s_newconf.c
src/s_serv.c
src/s_user.c
src/scache.c
src/send.c
src/supported.c
src/whowas.c
tools/convertilines.c
tools/convertklines.c
tools/mkpasswd.c
tools/viconf.c
unsupported/m_clearchan.c
unsupported/sno_channeljoin.c

index 749221953223c1b0cdd84acb2f52123d8230be02..2fb35de42e48df4c75ea86bdbf97e813c6e13827 100644 (file)
@@ -6,7 +6,6 @@
  * do so under the terms of the GNU General Public License under which
  * this library is distributed.
  *
- * $Id: rsdb_snprintf.c 26094 2008-09-19 15:33:46Z androsyn $
  */
 #include "stdinc.h"
 #include "rsdb.h"
index 2df2bf6cc71681b01f47eede7d43faf803b8526c..bcdb1eb9bc310d668d89c5875ac58b4994e77efe 100644 (file)
@@ -28,7 +28,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  * 
- * $Id: rsdb_sqlite3.c 26182 2008-11-11 02:52:41Z androsyn $
  */
 #include "stdinc.h"
 #include "rsdb.h"
index dcb28280c1462cb4bab1591a86e9df799177a87a..f2cf5404c428c4f8adac460f8ec9c3d99786c839 100644 (file)
@@ -41,7 +41,6 @@
 *************************************************************************
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _SQLITEINT_H_
 #define _SQLITEINT_H_
@@ -70,7 +69,6 @@
 ** 
 ** This file defines various limits of what SQLite can process.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -436,7 +434,6 @@ SQLITE_PRIVATE void sqlite3Coverage(int);
 ** the version number) and changes its name to "sqlite3.h" as
 ** part of the build process.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -6044,7 +6041,6 @@ extern "C"
 ** This is the header file for the generic hash-table implemenation
 ** used in SQLite.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _SQLITE_HASH_H_
 #define _SQLITE_HASH_H_
@@ -6566,7 +6562,6 @@ typedef struct WhereLevel WhereLevel;
 ** subsystem.  See comments in the source code for a detailed description
 ** of what each interface routine does.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _BTREE_H_
 #define _BTREE_H_
@@ -6778,7 +6773,6 @@ SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *, Btree *);
 ** or VDBE.  The VDBE implements an abstract machine that runs a
 ** simple program to access and modify the underlying database.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _SQLITE_VDBE_H_
 #define _SQLITE_VDBE_H_
@@ -7164,7 +7158,6 @@ SQLITE_PRIVATE void sqlite3VdbeComment(Vdbe *, const char *, ...);
 ** subsystem.  The page cache subsystem reads and writes a file a page
 ** at a time and provides a journal for rollback.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #ifndef _PAGER_H_
@@ -7587,7 +7580,6 @@ SQLITE_PRIVATE sqlite3_vfs *sqlite3OsDefaultVfs(void);
 ** Source files should #include the sqliteInt.h file and let that file
 ** include this one indirectly.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -9505,7 +9497,6 @@ SQLITE_PRIVATE void (*sqlite3IoTrace) (const char *, ...);
 ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 **
 ** SQLite processes all times and dates as Julian Day numbers.  The
 ** dates and times are stored as the number of days since noon
@@ -11276,7 +11267,6 @@ sqlite3FaultStep(int id)
 ** This file contains the C functions that implement a memory
 ** allocation subsystem for use by SQLite.  
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -11551,7 +11541,6 @@ sqlite3_realloc(void *pPrior, int nBytes)
 ** This file contains the C functions that implement a memory
 ** allocation subsystem for use by SQLite.  
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -12121,7 +12110,6 @@ sqlite3MemdebugMallocCount()
 ** This version of the memory allocation subsystem is used if
 ** and only if SQLITE_MEMORY_SIZE is defined.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -12891,7 +12879,6 @@ sqlite3MemdebugDump(const char *zFilename)
 ** This version of the memory allocation subsystem is used if
 ** and only if SQLITE_POW2_MEMORY_SIZE is defined.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -13485,7 +13472,6 @@ sqlite3MemdebugDump(const char *zFilename)
 ** implementation is suitable for testing.
 ** debugging purposes
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #ifdef SQLITE_MUTEX_NOOP_DEBUG
@@ -13624,7 +13610,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
 *************************************************************************
 ** This file contains the C functions that implement mutexes for OS/2
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -13915,7 +13900,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
 *************************************************************************
 ** This file contains the C functions that implement mutexes for pthreads
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -14257,7 +14241,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
 *************************************************************************
 ** This file contains the C functions that implement mutexes for win32
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -14509,7 +14492,6 @@ sqlite3_mutex_notheld(sqlite3_mutex * p)
 ** Memory allocation functions used throughout sqlite.
 **
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -15956,7 +15938,6 @@ sqlite3DebugPrintf(const char *zFormat, ...)
 ** Random numbers are used by some of the database backends in order
 ** to generate random integer keys for tables or random filenames.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -16094,7 +16075,6 @@ sqlite3PrngResetState(void)
 ** This file contains routines used to translate between UTF-8, 
 ** UTF-16, UTF-16BE, and UTF-16LE.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 **
 ** Notes on UTF-8:
 **
@@ -17148,7 +17128,6 @@ sqlite3UtfSelfTest()
 ** This file contains functions for allocating memory, comparing
 ** strings, and stuff like that.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -18294,7 +18273,6 @@ sqlite3SafetyCheckSickOrOk(sqlite3 * db)
 ** This is the implementation of generic hash-tables
 ** used in SQLite.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /* Turn bulk memory into a hash table object by initializing the
@@ -25483,7 +25461,6 @@ sqlite3OsDefaultVfs(void)
 ** start of a transaction, and is thus usually less than a few thousand,
 ** but can be as large as 2 billion for a really big database.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #define BITVEC_SZ        512
@@ -25854,7 +25831,6 @@ sqlite3BitvecBuiltinTest(int sz, int *aOp)
 ** file simultaneously, or one process from reading the database while
 ** another is writing.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef SQLITE_OMIT_DISKIO
 
@@ -31890,7 +31866,6 @@ sqlite3PagerRefdump(Pager * pPager)
 **
 *************************************************************************
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 **
 ** This file contains code used to implement mutexes on Btree objects.
 ** This code really belongs in btree.c.  But btree.c is getting too
@@ -31910,7 +31885,6 @@ sqlite3PagerRefdump(Pager * pPager)
 **    May you share freely, never taking more than you give.
 **
 *************************************************************************
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 **
 ** This file implements a external (disk-based) database using BTrees.
 ** For a detailed discussion of BTrees, refer to
@@ -32913,7 +32887,6 @@ sqlite3BtreeMutexArrayLeave(BtreeMutexArray * pArray)
 **    May you share freely, never taking more than you give.
 **
 *************************************************************************
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 **
 ** This file implements a external (disk-based) database using BTrees.
 ** See the header comment on "btreeInt.h" for additional information.
@@ -42590,7 +42563,6 @@ sqlite3ValueBytes(sqlite3_value * pVal, u8 enc)
 ** to version 2.8.7, all this code was combined into the vdbe.c source file.
 ** But that file was getting too big so this subroutines were split out.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -47006,7 +46978,6 @@ sqlite3_db_handle(sqlite3_stmt * pStmt)
 ** in this file for details.  If in doubt, do not deviate from existing
 ** commenting and indentation practices when changing or adding code.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -52637,7 +52608,6 @@ sqlite3VdbeExec(Vdbe * p        /* The VDBE */
 **
 ** This file contains code used to implement incremental BLOB I/O.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -53021,7 +52991,6 @@ sqlite3_blob_bytes(sqlite3_blob * pBlob)
 **
 *************************************************************************
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #ifdef SQLITE_ENABLE_ATOMIC_WRITE
@@ -53309,7 +53278,6 @@ sqlite3JournalSize(sqlite3_vfs * pVfs)
 ** This file contains routines used for analyzing expressions and
 ** for generating VDBE code that evaluates expressions in SQLite.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -57403,7 +57371,6 @@ sqlite3ReleaseTempRange(Parse * pParse, int iReg, int nReg)
 ** This file contains C code routines that used to generate VDBE code
 ** that implements the ALTER TABLE command.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -58098,7 +58065,6 @@ sqlite3AlterBeginAddColumn(Parse * pParse, SrcList * pSrc)
 *************************************************************************
 ** This file contains code associated with the ANALYZE command.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef SQLITE_OMIT_ANALYZE
 
@@ -58575,7 +58541,6 @@ sqlite3AnalysisLoad(sqlite3 * db, int iDb)
 *************************************************************************
 ** This file contains code used to implement the ATTACH and DETACH commands.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #ifndef SQLITE_OMIT_ATTACH
@@ -59183,7 +59148,6 @@ sqlite3FixTriggerStep(DbFixer * pFix,   /* Context of the fixation */
 ** systems that do not need this facility may omit it by recompiling
 ** the library with -DSQLITE_OMIT_AUTHORIZATION=1
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -59454,7 +59418,6 @@ sqlite3AuthContextPop(AuthContext * pContext)
 **     COMMIT
 **     ROLLBACK
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -63492,7 +63455,6 @@ sqlite3IndexKeyinfo(Parse * pParse, Index * pIdx)
 ** This file contains functions used to access the internal hash tables
 ** of user defined functions and collation sequences.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -63911,7 +63873,6 @@ sqlite3SchemaGet(sqlite3 * db, Btree * pBt)
 ** This file contains C code routines that are called by the parser
 ** in order to generate code for DELETE FROM statements.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -64522,7 +64483,6 @@ sqlite3GenerateIndexKey(Parse * pParse, /* Parsing context */
 ** sqliteRegisterBuildinFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -66210,7 +66170,6 @@ sqlite3IsLikeFunction(sqlite3 * db, Expr * pExpr, int *pIsNocase, char *aWc)
 ** This file contains C code routines that are called by the parser
 ** to handle INSERT statements in SQLite.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -68135,7 +68094,6 @@ xferOptimization(Parse * pParse,        /* Parser context */
 ** other files are for internal use by SQLite and should not be
 ** accessed by users of the library.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -68330,7 +68288,6 @@ sqlite3_exec(sqlite3 * db,      /* The database on which the SQL executes */
 ** as extensions by SQLite should #include this file instead of 
 ** sqlite3.h.
 **
-** @(#) $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef _SQLITE3EXT_H_
 #define _SQLITE3EXT_H_
@@ -69281,7 +69238,6 @@ sqlite3AutoLoadExtensions(sqlite3 * db)
 *************************************************************************
 ** This file contains code used to implement the PRAGMA command.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /* Ignore this whole file if pragmas are disabled
@@ -70825,7 +70781,6 @@ sqlite3Pragma(Parse * pParse, Token * pId1,     /* First part of [database.]id field
 ** interface, and routines that contribute to loading the database schema
 ** from disk.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -71754,7 +71709,6 @@ sqlite3_prepare16_v2(sqlite3 * db,      /* Database handle. */
 ** This file contains C code routines that are called by the parser
 ** to handle SELECT statements in SQLite.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 
@@ -77304,7 +77258,6 @@ sqlite3CodeRowTrigger(Parse * pParse,   /* Parse context */
 ** This file contains C code routines that are called by the parser
 ** to handle UPDATE statements.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #ifndef SQLITE_OMIT_VIRTUALTABLE
@@ -78081,7 +78034,6 @@ updateVirtualTable(Parse * pParse,      /* The parsing context */
 ** Most of the code in this file may be omitted by defining the
 ** SQLITE_OMIT_VACUUM macro.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 #if !defined(SQLITE_OMIT_VACUUM) && !defined(SQLITE_OMIT_ATTACH)
@@ -78381,7 +78333,6 @@ sqlite3RunVacuum(char **pzErrMsg, sqlite3 * db)
 *************************************************************************
 ** This file contains code used to help implement virtual tables.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef SQLITE_OMIT_VIRTUALTABLE
 
@@ -79337,7 +79288,6 @@ sqlite3VtabMakeWritable(Parse * pParse, Table * pTab)
 ** so is applicable.  Because this module is responsible for selecting
 ** indices, you might also think of this module as the "query optimizer".
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -86717,7 +86667,6 @@ sqlite3Parser(void *yyp,        /* The parser */
 ** individual tokens and sends those tokens one-by-one over to the
 ** parser for analysis.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 
 /*
@@ -87486,7 +87435,6 @@ sqlite3RunParser(Parse * pParse, const char *zSql, char **pzErrMsg)
 ** separating it out, the code will be automatically omitted from
 ** static links that do not use it.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifndef SQLITE_OMIT_COMPLETE
 
@@ -87830,7 +87778,6 @@ sqlite3_complete16(const void *zSql)
 ** other files are for internal use by SQLite and should not be
 ** accessed by users of the library.
 **
-** $Id: sqlite3.c 26106 2008-09-20 03:24:47Z androsyn $
 */
 #ifdef SQLITE_ENABLE_FTS3
 /************** Include fts3.h in the middle of main.c ***********************/
index faf10e570321e4477334449007006fc368540211..87440b9e238976652c27720a09060579baa47da5 100644 (file)
@@ -5,7 +5,6 @@
  * problems. It will return ERR_NEEDREGGEDNICK on failure.
  *    -- nenolod
  *
- * $Id: createauthonly.c 833 2006-02-15 00:27:59Z jilles $
  */
 
 #include "stdinc.h"
index 6e063386cee73f1560034e361b59276d8e2ded7a..0045c893634939db4d7a67a7f29c1b81df6402e4 100644 (file)
@@ -5,7 +5,6 @@
  * return ERR_NEEDREGGEDNICK on failure.
  *    -- nenolod
  *
- * $Id: createoperonly.c 3476 2007-05-24 04:28:36Z nenolod $
  */
 
 #include "stdinc.h"
index 86623296da868df650e231ff4387902061dbc33c..5fcfa171ab64a6ccdf88e780baab419f0ff7660d 100644 (file)
@@ -16,7 +16,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: example_module.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 /* List of ircd includes from ../include/ */
index 69dcda1f049a1a648635b6526222e7b8d876a17e..2e622fdb60554070bf031fbc7c427028a5a39ea5 100644 (file)
@@ -2,7 +2,6 @@
  * Account extban type: bans all users with any/matching account
  * -- jilles
  *
- * $Id: extb_account.c 1299 2006-05-11 15:43:03Z jilles $
  */
 
 #include "stdinc.h"
index a45c0d31001c852ac2fd47937c2226c7a2ce9f01..9f55a7687a4c5a4bef722d4a60465b97b3273a9d 100644 (file)
@@ -3,7 +3,6 @@
  * specified channel.
  *    -- nenolod/jilles
  *
- * $Id: extb_canjoin.c 1841 2006-08-22 17:30:03Z jilles $
  */
 
 #include "stdinc.h"
index 9bf09b36dedc7a54360be2a49c1fe135f3889cc0..2e657b1ca6e40405226b39a2c160b563565d35ef 100644 (file)
@@ -2,7 +2,6 @@
  * Channel extban type: matches users who are in a certain public channel
  * -- jilles
  *
- * $Id: extb_channel.c 1723 2006-07-06 15:23:58Z jilles $
  */
 
 #include "stdinc.h"
index c3a311f21f5c17bec77eaccd401be0f55474b0a8..45cd320153f5c6697479389a6828044ddcff1f0a 100644 (file)
@@ -3,7 +3,6 @@
  * Requested by Lockwood.
  *  - nenolod
  *
- * $Id: extb_realname.c 1339 2006-05-17 00:45:40Z nenolod $
  */
 
 #include "stdinc.h"
index ff859aa4035a7c29aac6e5119cc3099ac3fdd553..5c1f62f20b1d99b14b2af384a1158ca04264b307 100644 (file)
@@ -2,7 +2,6 @@
  * Oper extban type: matches opers
  * -- jilles
  *
- * $Id: extb_oper.c 1299 2006-05-11 15:43:03Z jilles $
  */
 
 #include "stdinc.h"
index 9d221097321c91503fe13b08e144156b71ddfa10..f01301e17dcb17fc8156cc89db24d35658be8d20 100644 (file)
@@ -2,7 +2,6 @@
  * Realname extban type: bans all users with matching gecos
  * -- jilles
  *
- * $Id: extb_realname.c 1299 2006-05-11 15:43:03Z jilles $
  */
 
 #include "stdinc.h"
index b42f41e8bd042950b690dbb031cacf76d946f136..cbea7dcf41a471484c9bb4ca57d8828c69af1404 100644 (file)
@@ -2,7 +2,6 @@
  * Server name extban type: bans all users using a certain server
  * -- jilles
  *
- * $Id: extb_server.c 1299 2006-05-11 15:43:03Z jilles $
  */
 
 #include "stdinc.h"
index 83e0c8923a143a88c68cdb2a78da0e31b9c88769..9001d114436fb47c2869a08341985be89f97d2d2 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2006 charybdis development team
  * All rights reserved
  *
- * $Id: hurt.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 #include "stdinc.h"
 #include "modules.h"
index 150a7194e8c481f63981a7242f716000bb504fe2..1f807ad41d69851cee3f9fffbe6a62a3eff1aaae 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: ip_cloaking.c 3526 2007-07-06 07:56:14Z nenolod $ */
 
 #include "stdinc.h"
 #include "modules.h"
index 805e12277206a9a8e357f7ff638683607979510a..35d0d1a365fda5b9f573a5acbe04de069f28f3d1 100644 (file)
@@ -2,7 +2,6 @@
  *   Copyright (C) infinity-infinity God <God@Heaven>
  *
  *   Bob was here 
- *   $Id: m_42.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index b37734be60f06d478da857dc6b80279385212572..04ff74478d1727eb530520bfbb637168b469b6f6 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_wallops.c 20702 2005-08-31 20:59:02Z leeh $
  */
 
 #include "stdinc.h"
index 4afe5641274cfb8abae358b73b7a0145aae01814..e3d28c499cefe5394a5050d51ab8c02a918ce72d 100644 (file)
@@ -17,7 +17,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: m_findforwards.c 986 2006-03-08 00:10:46Z jilles $
  */
 #include "stdinc.h"
 #include "channel.h"
index 4a621f46c95b3164667df87b4ee2abe882ff231b..4a59e9e42d29c243f695175ac2e120eb15cb27c7 100644 (file)
@@ -26,7 +26,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_force.c 3297 2007-03-28 14:49:48Z jilles $
  */
 
 #include "stdinc.h"
index c3f1100984f4e480cb0f5feed397015dfdd66b00..35bc48b29aa31074849701ec0d1c1be1b57dacf1 100644 (file)
@@ -28,7 +28,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_identify.c 2729 2006-11-09 23:52:06Z jilles $
  */
 
 #include "stdinc.h"
index bf5f038f2f7a9607c583e60c4f8912f4506a3f3c..0e8c05d2766a7bf5ba6697849d1e0972a0113bab 100644 (file)
@@ -6,7 +6,6 @@
  *
  *  You can use this code in any way as long as these names remain.
  *
- *  $Id: m_mkpasswd.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 /* List of ircd includes from ../include/ */
index 8c29f6dd5bb1db22c7dce942b978439994d18ad1..a58c08309e3a6495797ebc89b23f235db43fa1ac 100644 (file)
@@ -16,7 +16,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: m_ojoin.c 3554 2007-08-10 22:31:14Z jilles $
  */
 
 #include "stdinc.h"
index f3733162c160a18383774abef3fe43d6458c8f5f..bf1ea2cdd4448819ea15162caa755321807a35e8 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_okick.c 3554 2007-08-10 22:31:14Z jilles $
  */
 
 #include "stdinc.h"
index df1592809ea8d0d6b0f8f879cfa6f2ed0abee43e..65a81daccca8c19611471c9180f115d0f1301cc1 100644 (file)
@@ -23,7 +23,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_olist.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
index 451b627222454f4d374b7d0c9801b56f6f9d8907..c588c53514648dc31f256048c1bffa9a59a03277 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_omode.c 3121 2007-01-02 13:23:04Z jilles $
  */
 
 #include "stdinc.h"
index 1435cf8c4bc6ce4be1838e26c0f460970e60ff43..c60a06a6f2341e7f2ee663dadc55ff6e3ad4320f 100644 (file)
@@ -16,7 +16,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: m_opme.c 3554 2007-08-10 22:31:14Z jilles $
  */
 #include "stdinc.h"
 #include "channel.h"
index 1ddb63496a85b3190da818fe07013698a388b8a4..fa3ad220f8cbce98826064adc196e25925244c0f 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_webirc.c 3458 2007-05-18 19:51:22Z jilles $
  */
 /* Usage:
  * auth {
index 46384465aad16b8c5a1567252731c6f76dc09342..cc9453083801ee04de99f3eae5576474b4f7c0f6 100644 (file)
@@ -3,7 +3,6 @@
  * hidden_oper privilege).
  * -- jilles
  *
- * $Id: no_oper_invis.c 3219 2007-02-24 19:34:28Z jilles $
  */
 
 #include "stdinc.h"
index 03877b41c6b6c871961721c2f52acbaf875a8d81..02ce5af18f3e32444376491c2e8a11475f6d60ef 100644 (file)
@@ -5,7 +5,6 @@
  * of all clients.
  * -- jilles
  *
- * $Id: sno_farconnect.c 1869 2006-08-27 14:24:25Z jilles $
  */
 
 #include "stdinc.h"
index a654c4889c02a2dbba09ac7462ac609a668a8c7b..8fb26e8690d455001d136df61cc0eaf2f436e4be 100644 (file)
@@ -6,7 +6,6 @@
  * Yes, this is a hack, but it is simple and avoids sending
  * more data across servers -- jilles
  *
- * $Id: sno_globalkline.c 613 2006-01-29 03:03:02Z nenolod $
  */
 
 #include "stdinc.h"
index c0d00d2c2fb0bb4a86011e52f3decdc05ca156d1..1d52b664c0107c4ad9c2abbc286ed40a67b83a3c 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Remote oper up notices.
  *
- * $Id: sno_globaloper.c 639 2006-01-29 21:42:06Z jilles $
  */
 
 #include "stdinc.h"
index cc8194275d90e66f5cb03a15ca01229b5b3fdc70..f1a4346da2a18eb30b082be032e168a4aae9c231 100644 (file)
@@ -5,7 +5,6 @@
  * If #define OPERONLY is removed, then any user can use this snomask
  * (you need to put ~servnotice in oper_only_umodes for this to work).
  *
- * $Id: sno_whois.c 3498 2007-05-30 10:22:25Z jilles $
  */
 
 #include "stdinc.h"
index 4171e09f943bb6625f2f0dda85b916588a2df682..2e07a9ceb99da22e8ab09c9656958dc7441467d5 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_admin_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index a3df589a030936bb5f7497af7657bd617c74dbf2..148be6e6e20e9edc7dff11c2697045136b18aefb 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_info_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index efc39a6c812b7a703344934359cce0ddd5412c71..5f138e6667313b59543bf783588a4033514ec8dc 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_links_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index 3a40955f03943e8413a94f2587c52e8d8861e6bd..eb770708d0e76959ec9c6bba19016f27575f6723 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_motd_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index 240050f273f7435307d3e10afbd33cc45ca705d1..5f942ec0d61c778769e6cbb69934d2da7d86c653 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_stats_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index 0d0f38790cade300d17b86e653adc3d67f09100b..f3fb400840a965fd99a32a6c8247c6ea2a6ab9f9 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_stats_p_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index 31dfe6081fa4ca0e6e83354bf2239b7f17012c3a..01c9e7dbcc0e12505b0871130a6d05c09e922e3f 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: spy_trace_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
index dde356e374a58f35d212970cef45cf2d50025830..e508cee1ede2d4482052c4d8f4cbfef6f4076de4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: arc4random.c 26092 2008-09-19 15:13:52Z androsyn $ */
 /*     $$$: arc4random.c 2005/02/08 robert */
 /*     $NetBSD: arc4random.c,v 1.5.2.1 2004/03/26 22:52:50 jmc Exp $   */
 /*     $OpenBSD: arc4random.c,v 1.6 2001/06/05 05:05:38 pvalchev Exp $ */
index a147feb100fc2c10ae8268c52a4e578c9090624f..569d6eaade16fbe56863257b0473538efe6f4240 100644 (file)
@@ -28,7 +28,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: balloc.c 26100 2008-09-20 01:27:19Z androsyn $
  */
 
 /* 
index cd1f5a07fce4c5f4a7daf5ebbb2ee5e186049c89..17066e64d0232a9473a97ba1516fb3099183a6a0 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: commio.c 26254 2008-12-10 04:04:38Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index 41ac3ed68f75e75e9eb2d1dbba51f5db8278f11a..58770d9cf1c63328c2c39ec7aac41f8ff9ef1542 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: devpoll.c 26254 2008-12-10 04:04:38Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index 9409cadce4e2364c39830312a590fb8055afd02f..6ec3b1816111d29459c18d88da57a6d581428f6e 100644 (file)
@@ -23,7 +23,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: epoll.c 26294 2008-12-13 03:01:19Z androsyn $
  */
 #define _GNU_SOURCE 1
 
index 527a8e26590cd587b54a8e84917eb39e00356ef8..58d5adb6a0cedbaec8f79d4e3ae322b38c2c458a 100644 (file)
@@ -39,7 +39,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: event.c 26272 2008-12-10 05:55:10Z androsyn $
  */
 
 #include <libratbox_config.h>
index 7d1a879dc2d7a7f198bf0b32f15c4b71b83f7096..e1c0d8f130e856afc3e59b8c283f2b845e6f15ba 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: gnutls.c 26296 2008-12-13 03:36:00Z androsyn $
  */
 
 #include <libratbox_config.h>
index a51fa5db91009b4ae9bd7359fdebaa5f21626a85..fa129111b4f3018e063460d6ac39c7b91ed12810 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: helper.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index 08f3666f856c5ab3b7feb4d60df368e551a77db0..339c19a8a7fd3414453460483f43690ae0872178 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: kqueue.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 
 #include <libratbox_config.h>
index b3d2bb9d2c8cde044ac14f4c337d5cbf2040a8da..f176412a43cafd282a6b6c24796d13347cd85bda 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: linebuf.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 
 #include <libratbox_config.h>
index ee851899b2bf84d8cd619d365608fcedae1a6565..d077c3fd0adf9eb39af3f7e58cb090305c1bab0e 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  * 
- *  $Id: commio.c 24808 2008-01-02 08:17:05Z androsyn $
  */
 
 
index 86df0b5d5511d8955a16bb8bdc1de9202ac31c11..1c7c0ec0eaaafe48ee8aadab37a8283a1c3e83ec 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: commio.c 24808 2008-01-02 08:17:05Z androsyn $
  */
 
 #include <libratbox_config.h>
index 33484f8f9a354bc73865421dcc1892fa97d31a1e..7cb23461971e3c8f62a3ccd6365738868ddb46f8 100644 (file)
@@ -4,7 +4,6 @@
  * This was then yanked out of the ratbox/devel/src tree and stuffed into
  * libratbox and had function names changed, but otherwise not really altered.
  *
- * $Id: patricia.c 24244 2007-08-22 19:04:55Z androsyn $
  * Dave Plonka <plonka@doit.wisc.edu>
  *
  * This product includes software developed by the University of Michigan,
index f4b0dcf08548544e665d200f417e298327001756..6aeb28e9b8c550b09c19ac17ddae0abbf94033a6 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: poll.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index 607fb8cbdbf1ba0255b9336b935d90da6b8b1e7f..9611dd9abef36bfbde92384ad19b720f9adfe9ef 100644 (file)
@@ -23,7 +23,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: ports.c 26286 2008-12-10 23:28:53Z androsyn $
  */
 
 #include <libratbox_config.h>
index c27a08abb498bead4dee29dc8efc736b8e323fd4..3873d78d9cde25c16d7ce4265e7f0a5d72141e70 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: ratbox_lib.c 26282 2008-12-10 20:33:21Z androsyn $
  */
 
 #include <libratbox_config.h>
index 0322419aeacd5fa0f86a853a97de0747505ab06f..e8cc4d0f0b76b6fca2801132b6ff38e335408cb0 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: rb_memory.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index c0b736c29cc34033dc0a2952b1ff998e8c20a410..56be72faf7c9e0cfb5ec60ab2419b43959aaf6b9 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: select.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 #define FD_SETSIZE 65535
 #include <libratbox_config.h>
index 085b7a4dc3a140118fccad1b31602f574414fc72..1afd2cfd8899d37aef88d464143af614a6409935 100644 (file)
@@ -23,7 +23,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: sigio.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 
 #ifndef _GNU_SOURCE
index 593fe8154e93f9b2befb7056316c1d3f1f6c71bd..ff0711c8b56651b9b82eb43298279056fc513d4a 100644 (file)
@@ -4,7 +4,6 @@
  * The original headers are below..
  * Note that this implementation does not process floating point numbers so
  * you will likely need to fall back to using sprintf yourself to do those...
- * $Id: snprintf.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 
 /*
index 77d612f0d632d5c3330feb143d7f1d5c0a74a0e2..8c04dcd45cf5caf81d5ec0338160ca7cea2efdea 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: tools.c 26170 2008-10-26 20:59:07Z androsyn $
  *
  *  Here is the original header:
  *
index 5b990c525e66a801111b52c01b23d6b8274dd0fb..397045e06d9dbc913252d0034f670909b3bdcf6e 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: unix.c 26180 2008-11-11 00:00:12Z androsyn $
  */
 #include <libratbox_config.h>
 #include <ratbox_lib.h>
index dd1b9f969b148f33e820da494e2731496e7dcb9f..5c5e8acde9cea0bbf3620de8fa0b388e82029009 100644 (file)
@@ -23,7 +23,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: win32.c 26092 2008-09-19 15:13:52Z androsyn $
  */
 
 #include <libratbox_config.h>
index 50521214b459063f420d52efba9335ecdbfa3f17..7d2a058691aa54465753cc96636dfa6cb21bd828 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_die.c 3295 2007-03-28 14:45:46Z jilles $
  */
 
 #include "stdinc.h"
index df19a14b70bed5a75be9d98f47d8860bfe66d6b8..07426b5f0856c1c6c50be54303156d2f930472f9 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_error.c 494 2006-01-15 16:08:28Z jilles $
  */
 
 #include "stdinc.h"
index a0ce3a957d21b7dc28803fcaa0c6bfd82da8dab4..73c497e8a00849f213210b87e1f618b6d926c50f 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_join.c 3494 2007-05-27 13:07:27Z jilles $
  */
 
 #include "stdinc.h"
index 3029ca6f0de72b315e50a3d84ccb37310f062f12..012891fea9273901beb84e776e4232e0fe5cdeba 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_kick.c 3317 2007-03-28 23:17:06Z jilles $
  */
 
 #include "stdinc.h"
index c78baf58854717e6354c302f484d4488c5cdaf82..80df7df055e765eff2975658ef7418f7b3c4bd71 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_kill.c 3408 2007-04-14 20:58:56Z jilles $
  */
 
 #include "stdinc.h"
index df3d97d137add0e3a531959a2d1bc0e4281ff986..6f931173293e370359bcac731f63487ffbf107e7 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_message.c 3173 2007-01-31 23:57:18Z jilles $
  */
 
 #include "stdinc.h"
index 42df7ed2b8a0ebb75496b56e7eb8372c5342b7d6..737c1bed5abf4cc0fe8a7edd739ea70e8898a42e 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_mode.c 1006 2006-03-09 15:32:14Z nenolod $
  */
 
 #include "stdinc.h"
index eec78faf9d8a75e3ac2a17e9d3ff6cd7b89d6c24..62720c1ff83d47fca72818063e826be05a0158d0 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_nick.c 3518 2007-06-22 21:59:09Z jilles $
  */
 
 #include "stdinc.h"
index 09ff23662e54e7d1279d3d79fdecafbe1f152a70..c69f314e5ff531da3a87871cba8493f1f681a90d 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_part.c 98 2005-09-11 03:37:47Z nenolod $
  */
 
 #include "stdinc.h"
index 3851b0d405394227c967eb2827ce7dc5bf7238a2..83b8474f343b5297e92b1348743e7417a28dde34 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_quit.c 1333 2006-05-14 13:47:33Z jilles $
  */
 
 #include "stdinc.h"
index fc9a453e9371625ae56ab6b28132b4372b580d91..c12f94883b8677992cfb2e61aa4812bd2a5cbe05 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_server.c 3291 2007-03-28 14:30:10Z jilles $
  */
 
 #include "stdinc.h"
index 587b851bbdd548d4a76b63b8d1bd961fb3139264..f4fa5f2f05bab1ea3ef093420833ddd9c5497e39 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_squit.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 07c2227dd4d57fe582dc715fac39b2118ec22785..76a22ab508558a9a10ca8b78e546cfdeb8b11fdd 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_accept.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 9b0bf8d7d2d7d362817c7e2822b5825c7cc02b36..e404a6fba4378288a291ed7a1c58401faa4307c9 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_admin.c 3368 2007-04-03 10:11:06Z nenolod $
  */
 
 #include "stdinc.h"
index 1cdd5ed7fbe669dc5166c1fb5eedfeb460fb83e2..557371ecb04f069da729b8416c8100e3182350db 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_away.c 3370 2007-04-03 10:15:39Z nenolod $
  */
 
 #include "stdinc.h"
index 6e06ef73ccc0aee63509feebd472531b43a12187..acc3515ea1a0c79687c2ae449297efe349f631a4 100644 (file)
@@ -27,7 +27,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_cap.c 676 2006-02-03 20:05:09Z gxti $
  */
 
 #include "stdinc.h"
index 227a9972f4e6b5109644338e3b2437e0281d56c3..8d078b57d4ad8017b1c786114cf1256ca9fa5073 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_capab.c 1295 2006-05-08 13:05:25Z nenolod $
  */
 
 #include "stdinc.h"
index 5b56cfe4c2f42856b7529529b85ed953b01522c4..73f8e909aec33aa27776e43d284be9ee7b7fedfa 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_challenge.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 19d4e0125298668fcb37b585b461eaebf3138762..681d6cb294f4cf67686d48becc585c974e2d860b 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_close.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 10fb40ebc42a21244938a1143651a9a8d2f9b6bc..adcb20be11546968c3cad9c9d04eccff47232adc 100644 (file)
@@ -30,7 +30,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: m_cmessage.c 1543 2006-06-01 18:18:28Z jilles $
  */
 #include "stdinc.h"
 #include "client.h"
index cf89756033a16fc930b47836efd63de27c575665..f5a9675ac02ec6f78c12bd75a192d6daa55c9bed 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_connect.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 66c7d83799cbb70fe78a72df3a65062096a17079..2ee95c81c7d1de394800209920657f4546b15f40 100644 (file)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_encap.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 9441a0ee457c743b1ac0e9345ace692e205dbf2d..6fe101363fc22afb84fc04b5ce785b2980f21d13 100644 (file)
@@ -29,7 +29,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: m_etrace.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index ab94ed0bbf1b0a5e35c4afd08515f828cd14ffa5..109e599a0e91636350f4d4f4f0886431f8441905 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_help.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index dbc013ab76d6107c019e95bd0fbf2e3b323ca3e4..ca1d6268cae12a9d11fcc8dffd72e5173d7c1f9f 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_info.c 3396 2007-04-05 00:38:52Z jilles $
  */
 
 #include "stdinc.h"
index 8dd0a73596b763e757dba17d69fc296f8d87c8d4..ed1c53dd844cc2025b954f5d554082ea39955f53 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_invite.c 3438 2007-05-06 14:46:45Z jilles $
  */
 
 #include "stdinc.h"
index d918b7bf22693b2ceaa2a5a8307d4dfc49f360ff..425f99d56141562b9a0e4b37005579806d5a5981 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_ison.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 9c39e35b91c16c84d556a479fb64bc5b0d1d1609..67d56fbd64414f3f889fec980b99ec3b5d46b1ee 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_knock.c 3570 2007-09-09 19:19:23Z jilles $
  */
 
 #include "stdinc.h"
index bc28ad8bc17b22f60be453a76ed757a942091ac9..4998af2feeaf6753a32ff1bd07ef9826dd1fa21b 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_links.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index ba83d898fa763bf75af90f7d9b1f5f1af3ae74ae..ec2656d24429314b4859f8f38b1dcba0c8b38433 100644 (file)
@@ -30,7 +30,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_list.c 3372 2007-04-03 10:18:07Z nenolod $
  */
 
 #include "stdinc.h"
index f03cc2b9ca4da7c0144c6ca11e338d8a12b71cfc..f774ed823129f2be6595d4b04b3992303b7fc760 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_locops.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 1a3bd355d6c9f367669e2216c9a9e6a584c63668..8e963dffaa0fe264b732bb321c45489ec8777611 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_lusers.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index c2ab6be4ccd05379cfa4d8568e6de2da6d2928fe..7a45140ab98333dd5ab38fcc3a4cde39f6821d5e 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_map.c 3368 2007-04-03 10:11:06Z nenolod $
  */
 
 #include "stdinc.h"
index a6ce57551657b85a2bc7a085f121d2194017394c..429f9e2c3d7315ce3d7d48fdd8938f73f23cd4c2 100644 (file)
@@ -27,7 +27,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_monitor.c 312 2005-11-07 10:47:33Z jilles $
  */
 
 #include "stdinc.h"
index cb4b171389602640513f81acb43cde94c4aeb837..48d9a6dbfd901de0e673846c7ac3a42e82ccaf6c 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_motd.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index d01baeb50969a982771328e6214fd8b5e0e95c2f..298b87190626d355ac2e6d546cf46fd172d05954 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_names.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 96794a16a3eafeccdd2ae336b331a6a178efad26..b403b288f119bd62a710adb191554921c912e289 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_oper.c 1483 2006-05-27 18:58:12Z jilles $
  */
 
 #include "stdinc.h"
index 520a25de6ca49d7186b281b3bfe21f663b3d2f9c..b46fa8f574efeb61420dc86cc37a43c7dbf4a67a 100644 (file)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_operspy.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 0c7636fedb9f534fd6eabee987bc6ab87cd0ee75..73b3c13abac57a9281193932dedfb29bcd40b59e 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_pass.c 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #include "stdinc.h"
index bb5cadeeef9711d91ec51c3994c03bb3380e11b4..b5e1c8304081ee3c6e725cb1f2523afa478e0828 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_ping.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 831f2c864ba214e0aa8024969ec9d3a4409de668..fc8245acdb82f3857de90098f5f5148eb3cb3f06 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_pong.c 3181 2007-02-01 00:49:07Z jilles $
  */
 
 #include "stdinc.h"
index e67b133b8a2354be9aa30d16e060ccb5fdb2b866..3c08b30c9cbf0ad691b8294ffd48a931e560cf57 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_post.c 498 2006-01-15 16:40:33Z jilles $
  */
 
 #include "stdinc.h"
index 8557f8c7104bcf5b95892097f2d9f1f998e20c27..80333d1256205b4b4feb6417e3a8da511b29c045 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_rehash.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 2802880534f5920258bac45b04e27fcd08c45108..36dbf9c56832ec3d9b3f66a0c5715d14451ed39d 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_restart.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 41bf823d97333a1c121b223254e8e935d736a412..8cea3e86235e26e7ca4ef89a377ea2b090c9e1b8 100644 (file)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_sasl.c 1409 2006-05-21 14:46:17Z jilles $
  */
 
 #include "stdinc.h"
index ccc1d024f2629aafa54f6c26ff3bd4440b25f949..28154d88ea0deba2b4b7d7dfa06bba0fc626351e 100644 (file)
@@ -28,7 +28,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: m_scan.c 1853 2006-08-24 18:30:52Z jilles $
  */
 
 #include "stdinc.h"
index c1536e3e20579509ef274cbf8ad726de687cd59e..5c8468e856dd4956253ead400ce37c0bf6f28c98 100644 (file)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_services.c 1907 2006-08-29 19:18:15Z jilles $
  */
 
 #include "stdinc.h"
index cc62c967aef433d332ae2b0e03d83c21e2ae0592..f803f727798e40d4d0396ce10e519a8f7e91bbf6 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_set.c 3406 2007-04-13 19:06:53Z jilles $
  */
 
 /* rewritten by jdc */
index f28021ff044d669a9005d7ee64e862771c95f7e8..efcb84d9854568c17594d18498d10bcac532d453 100644 (file)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_signon.c 1192 2006-04-21 16:21:02Z jilles $
  */
 
 #include "stdinc.h"
index 74f51a71325f3d37c13f5f3908bef587d1987499..c3785be709281afdb9a2fbb7cbddcbd777a41e41 100644 (file)
@@ -28,7 +28,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: m_snote.c 623 2006-01-29 13:47:35Z jilles $
  */
 
 #include "stdinc.h"
index 67e53bb711d3166b6aef49210e59d0c502d6765a..dc826bc8884a1528a7f8f1302f2cedf697fd7d65 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_stats.c 1608 2006-06-04 02:11:40Z jilles $
  */
 
 #include "stdinc.h"
index 1adc81da8000494286e3942b2ba41b6b445aac5a..99047f595826f9450941aaa430c304027080de73 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_svinfo.c 494 2006-01-15 16:08:28Z jilles $
  */
 #include "stdinc.h"
 #include "client.h"
index e02cc5725b64e997f9cac6590f36fbfe4caed68d..6b979c5d3502822d9dfe56026c1391818e745e2e 100644 (file)
@@ -27,7 +27,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_tb.c 1349 2006-05-17 17:37:46Z jilles $
  */
 
 #include "stdinc.h"
index 05b7148b46f2146fba4e29732d98aeb4293c8778..b96f87891bc5cc175a055b51a9e9b98bf4c4841f 100644 (file)
@@ -27,7 +27,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: m_testline.c 3303 2007-03-28 15:22:49Z jilles $
  */
 #include "stdinc.h"
 #include "send.h"
index 304afab0b0f330c4019d960c2af09242ff0de874..5a197731e7f2eafd5c778e2cb317c71799a6ed9b 100644 (file)
@@ -29,7 +29,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: m_testmask.c 3161 2007-01-25 07:23:01Z nenolod $
  *
  */
 
index 81031ddc286245dc3208fb037a1b1b5a0aeaa19c..944b84635b1ad04d7c23f5667478c608bded8c24 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_time.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 6b7780523e4cbb42840d71517613be645885fb4e..439e456dc5f1f10cf25b6d6a19b367498ac5bc60 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_topic.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 603922e6fe781111ccbbfae83cd898a30af5fa47..e2c0e0b3a2be4f6b4855f2efc3e67e20cb7e8833 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_trace.c 3183 2007-02-01 01:07:42Z jilles $
  */
 
 #include "stdinc.h"
index 21e136a3785e748c14ed824551b2ca442ac90c12..a6cc12600fe8a3d722f599e8d2bbb9b393dd48e1 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_unreject.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 2f792a7b7f1f30ced69427a2b7ec195e5b7ae268..cf8416e25f2afbb098dd11996894c0b3f9aeaa0b 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_user.c 3416 2007-04-15 20:18:54Z jilles $
  */
 
 #include "stdinc.h"
index 108974e740dcc706544b6d5dae307e4425cc537c..8cae493eb3a3e0ee090dbbbf65a3437351982910 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_userhost.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 80b8b801d01664a9fa67c3d7a5e9027219ac07ee..fc9a087b44b1454a7d06687d6f5422242bf03a82 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_users.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 60d793c579fabc8407f1941dc32a57c1efeb273c..f27633aa4cb9dc55d825717f7a6e37d230679934 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_version.c 1887 2006-08-29 13:42:56Z jilles $
  */
 
 #include <stdinc.h>
index d2c2b28de44efe79cfd6cb274fee52a1c11ec7b6..58a83d8275134c995b2efc2cb99e3d6aecfca275 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_wallops.c 1377 2006-05-20 13:48:37Z jilles $
  */
 
 #include "stdinc.h"
index b8ffc873d99ac14aec01ae5c634dee74048a40e5..769beea2a195afd3d3ef175a39f09cfa2263e40f 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_who.c 3350 2007-04-02 22:03:08Z jilles $
  */
 #include "stdinc.h"
 #include "common.h"
index ed0d79982d9645b87613c3d02f4402d6906c57c3..bc8b36b542c9da5e63408692cb18fdc7e4802f8d 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_whois.c 3536 2007-07-14 21:50:21Z jilles $
  */
 
 #include "stdinc.h"
index 6007361aaf068f4d17667403bc91747636a18e74..37861a57a832c924cfddf868f334ca23cf2ebcad 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_whowas.c 1717 2006-07-04 14:41:11Z jilles $
  */
 
 #include "stdinc.h"
index f3f7c7ad3f9199dc8be74089e975b626cc4089df..069839505cee531e8b78826a74266a241be4cd18 100644 (file)
@@ -28,7 +28,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: sno_routing.c 1172 2006-04-18 13:49:18Z jilles $
  */
 
 #include "stdinc.h"
index fc355a8871db11c6e9f3dcf3e5565523844fe4fd..791d4beef702aef11fb25990af08aed9f3c6b5f4 100644 (file)
@@ -30,7 +30,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: blacklist.c 2743 2006-11-10 15:15:00Z jilles $
  */
 
 #include "stdinc.h"
index eb4ca6d9d9973aaead880a267b9b9596af76e3ea..04766b7448d04711719a21e1cf9253cb7b418c2c 100644 (file)
@@ -29,7 +29,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: cache.c 25119 2008-03-13 16:57:05Z androsyn $
  */
 
 #include "stdinc.h"
index 58268925ba55a02ac17916eaff55d62a1b4b366c..39d2f85d828dd80ddd5e9f9b7cd82f31ae560795 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: channel.c 3580 2007-11-07 23:45:14Z jilles $
  */
 
 #include "stdinc.h"
index c2fd63cef00f212dee79036af704504afbc97638..cab5b31400989108c9027b59a9ab8bbb72f9660a 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: chmode.c 3580 2007-11-07 23:45:14Z jilles $
  */
 
 #include "stdinc.h"
index 3b55fffa14f6f3c1a561ed00aa800bd5ee4d9d10..59981584510d1b4a3f23405a96c292082b634cc9 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: class.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
index 534bec2860a2e92ad67cd83af392d5743153b354..9e8c737dd3bf74e8723e11556eb9367b4d77c180 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: client.c 3514 2007-06-06 16:25:21Z nenolod $
  */
 #include "stdinc.h"
 #include "config.h"
index 8890fccaf638732167e123d0810341604d6dd741..ca32f08553a9d7137348a35006bfdfc402e4e29f 100644 (file)
@@ -19,7 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: extban.c 1389 2006-05-20 19:19:00Z nenolod $
  */
 
 #include "stdinc.h"
index aff907e6297f194c37f1f7da7a473a9529774d5d..eb457bd574b6121af0e4f8a30bb97a865264ede8 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: getopt.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
index 5386856b70221466daf2ef7284aaa5ec730df933..9cac5bc26b3550fda58b6c5b8ea97aa9bbd62901 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: hash.c 3177 2007-02-01 00:19:14Z jilles $
  */
 
 #include "stdinc.h"
index 91b6413433e2c53f62ca64fc064047c4cfb43cf0..4f5c6ec2252b0c709f7bff7437ca9c916412d104 100644 (file)
@@ -34,7 +34,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: hook.c 712 2006-02-06 04:42:14Z gxti $
  */
 #include "stdinc.h"
 #include "hook.h"
index 1058df5ae627a530adb4745f7ba69b937ca4e180..77929932c422c67d8ff7e044dcb90591693de8c8 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: hostmask.c 2757 2006-11-10 22:58:15Z jilles $
  */
 
 #include "stdinc.h"
index 4ea20aaf6f0cf65dd7c7e1740824de1d5c66b333..f861a3808247addb05b0d19df8e87712cabca956 100644 (file)
@@ -17,7 +17,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: ircd_signal.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
index 3b8a1fbc83d1d2bcc67514922837cd6ddbc56ce8..d1351f56fd10c6f2d64b1086da624576b80f0c4f 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: listener.c 3460 2007-05-18 20:31:33Z jilles $
  */
 
 #include "stdinc.h"
index bb3f0a641334611721978884ae9c8999b2d6cfe3..b6d3dccd490da1b040faa4f5a873cfe7eaadeaa5 100644 (file)
@@ -31,7 +31,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: s_log.c 3209 2007-02-11 16:54:43Z jilles $
  */
 
 #include "stdinc.h"
index a0509c48623cdab6258f7b88777cff9ff10e8c0a..7ebc0c2062b60b143e7d1380a444be8ae780bc42 100644 (file)
@@ -16,7 +16,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: match.c 3532 2007-07-14 13:32:18Z jilles $
  *
  */
 #include "stdinc.h"
index 189df07677513212c77a06097c07dca68861ac1a..44db3fbea57d5e02d4e619b700e7e72422ce3b6d 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: modules.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
index 280ef5946107d1e4213cbb83def8bfe4d37c96fd..62bf06dfe2a61523979061e6f5f989d7e1b57e4a 100644 (file)
@@ -29,7 +29,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: monitor.c 3520 2007-06-30 22:15:35Z jilles $
  */
 #include "stdinc.h"
 #include "client.h"
index 477b40a93f70f34bbd070974909d9eadf8688996..a48f6397231dd999c592d30cc110b28b4bcc3fae 100644 (file)
@@ -1,5 +1,4 @@
 /* This code is in the public domain.
- * $Id: newconf.c 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #include "stdinc.h"
index 71b970d654f1f5a84c804533c6fbf54b933c58b7..3da23ff1095cf13082374100df3c64b5a751e879 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: numeric.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
index ed6cda1e755d14b43d86e431e81e180d4527508d..f151cf4b040f4e04fa9430aec21e2fab536a55aa 100644 (file)
@@ -28,7 +28,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: operhash.c 26094 2008-09-19 15:33:46Z androsyn $
  */
 #include <ratbox_lib.h>
 #include "stdinc.h"
index 6090b7d20665ca2845412df47dae4b2524a3ff40..707ddbb5156da3288f4dab1b5e2191d0f26cb0a2 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: packet.c 3446 2007-05-14 22:21:16Z jilles $
  */
 #include "stdinc.h"
 #include "s_conf.h"
index c4f4c21d8e748e7bd2974cd655126dc2d0fc77a4..18adef8b9cb7bb536eaa9e9745a8a987e5a26fe5 100644 (file)
@@ -22,7 +22,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: parse.c 3177 2007-02-01 00:19:14Z jilles $
  */
 
 #include "stdinc.h"
index 3453c7da65bac68dd4f92dcd95d014f4cebb4a23..ab9163b2ede9ae05005556cfccae4d35eb23e8a2 100644 (file)
@@ -20,7 +20,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: reject.c 25119 2008-03-13 16:57:05Z androsyn $
  */
 
 #include "stdinc.h"
index 06585abca8e82987f3a5ef8467e1f6198d55591d..2dac47f31fdbef9964013fb63562d15c2e0fd97c 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -7,8 +7,6 @@
  * The authors takes no responsibility for any damage or loss
  * of property which results from the use of this software.
  *
- * $Id: res.c 3301 2007-03-28 15:04:06Z jilles $
- * from Hybrid Id: res.c 459 2006-02-12 22:21:37Z db $
  *
  * July 1999 - Rewrote a bunch of stuff here. Change hostent builder code,
  *     added callbacks and reference counting of returned hostents.
index 38c09ebdf6e5d874766507e70df74578e07fdc85..25cabe4494bf3ed4bdbbb7207adff0e68965d8ed 100644 (file)
@@ -92,8 +92,6 @@
 #define DNS_LABELTYPE_BITSTRING 0x41
 #define DNS_MAXLINE 128
 
-/* $Id: reslib.c 1695 2006-06-27 15:11:23Z jilles $ */
-/* from Hybrid Id: reslib.c 177 2005-10-22 09:05:05Z michael $ */
 
 struct rb_sockaddr_storage irc_nsaddr_list[IRCD_MAXNS];
 int irc_nscount = 0;
index a44cf08208a7003bfc442b34dd34086c7cc846ea..d3e3a585e8857f454944d25b03bd402ba9c29c18 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: restart.c 24244 2007-08-22 19:04:55Z androsyn $
  */
 
 #include "stdinc.h"
index a6143bb1124cfb5b467a74ecc030aa5211319e3e..19582ee169e984bfb77290fcd4851b90ed59c041 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_auth.c 3354 2007-04-03 09:21:31Z nenolod $ */
 
 /*
  * Changes:
index 2b3b45a9bdc82131d25b676c63fc53eb936d6dc6..52e59b87bf0a7af22eabdf9c9ede6355e0ee76f4 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_conf.c 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #include "stdinc.h"
index 36e94a59e502b85032aeb1f18a06e815567dc7f8..6114a51223f4ab160584d8412497021a848489c5 100644 (file)
@@ -29,7 +29,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: s_newconf.c 3508 2007-06-04 16:04:49Z jilles $
  */
 
 #include "stdinc.h"
index 2569d562e80bbb501e05281765695c7eddece0ce..e28d48fe949bd84448a4653447bbb7143ba42dce 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_serv.c 3550 2007-08-09 06:47:26Z nenolod $
  */
 
 #include "stdinc.h"
index 080e1b440907540fc7babfbb054c356f230bc558..169b068a39f9f416ca125ebf5ffc93ba146621f0 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_user.c 3586 2007-11-20 11:16:43Z nenolod $
  */
 
 #include "stdinc.h"
index ff8c9fac5ee6b9f0c033a7e628b241f0e59aaf7d..a186ba1d5c7db9b0605098f11460b4e95cf5062d 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: scache.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
index db98c579fd8e1a6963cf5a01cf7cd76b9a114a3d..e82acd963471b9360f2a367f12e8f562d1ef9717 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: send.c 3520 2007-06-30 22:15:35Z jilles $
  */
 
 #include "stdinc.h"
index 4ed2616f2f9a4680ef0f940ae9148d7643012fde..49f0da414bfbdc2ad8362e6dd14accc03c39a612 100644 (file)
@@ -28,7 +28,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: supported.c 3568 2007-09-09 18:59:08Z jilles $
  */
 
 /* From the old supported.h which is
index 9d910a01da7e1d09947c603d793d5955962b38b8..03c476ad71bbd34785366ed1dcecf5f50445b869 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: whowas.c 1717 2006-07-04 14:41:11Z jilles $
  */
 
 #include "stdinc.h"
index eb19a87a2abb1ba65374d957b22e893a82a964ec..53563fd00f4d5d84c4b5dc9d9a783dd4f426e81e 100644 (file)
@@ -25,7 +25,6 @@
  *  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *  POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: convertilines.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include <stdio.h>
index deb8ff83d863401dd3e3752c435958720019ec53..bdc9204738b5897312f6996f157d6578428bcd4b 100644 (file)
@@ -15,7 +15,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: convertklines.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include <stdio.h>
index d553e1662d94a3dd1a23fdbdbadeca3a45863eae..1e891db4bac67d4938b0f2f37a754707b857f824 100644 (file)
@@ -9,7 +9,6 @@
 ** /dev/random for salt generation added by 
 ** Aaron Sethman <androsyn@ratbox.org>
 **
-** $Id: mkpasswd.c 26439 2009-02-01 15:27:24Z jilles $
 */
 #include <stdio.h>
 #include <string.h>
index d716d511e3425b219db6da3445770e9cccf2b157..e18fc359b39eaf39f33de968aed45a0893cef01a 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * viconf.c
  *
- * $Id: viconf.c 6 2005-09-10 01:02:21Z nenolod $
  */
 #include <stdio.h>
 #include <unistd.h>
index 70c583dbc42f07542b2a9ccc86d0fab3469feab2..deccf792f17c4c50c0e7493f82e2d70c2a6700b0 100644 (file)
@@ -17,7 +17,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: m_clearchan.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 #include "stdinc.h"
 #include "channel.h"
index 9a9831f575d44a4eec0f72d39f509c703a944551..8c2b35fa3a6026e7290adac1d4bc464302ced5ba 100644 (file)
@@ -5,7 +5,6 @@
  * To be discussed:
  *    + part notices?
  *
- * $Id: sno_channeljoin.c 3478 2007-05-24 15:10:06Z jilles $
  */
 
 #include "stdinc.h"