Changeset 806 for trunk/ithildin/modules/ircd/commands/away.h
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/away.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/away.h
r492 r806 2 2 * away.h: stuff for tracking away messages. 3 3 * 4 * Copyright 2002 the Ithildin Project.4 * Copyright 2002-2007 the Ithildin Project. 5 5 * See the COPYING file for more information on licensing and use. 6 6 * … … 12 12 13 13 /* for away messages. if the away command isn't loaded, there are no away 14 * messages.. we actually put this in the core addon so that things which 15 * want to show away messages can check for them without the away module 16 * being loaded. */ 14 * messages.. */ 17 15 extern struct mdext_item *away_mdext; 18 16 /* safely look for an away message. */
Note: See TracChangeset
for help on using the changeset viewer.
