1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

things that happened in 2008

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-26 21:12:53 +01:00
parent 8f98522570
commit 94530cc322
136 changed files with 3222 additions and 2873 deletions

View file

@ -1,9 +1,15 @@
// $Id: server.c,v 1.52 2008/03/11 13:42:25 lynx Exp $ // vim:syntax=lpc
// $Id: server.c,v 1.54 2008/05/05 14:31:10 lynx Exp $ // vim:syntax=lpc
//
// THE GENERIC SERVER
// this code is not applicable to a protocol scheme directly
// although it's connection-oriented, base for telnet/applet/irc-schemes
// local debug messages - turn them on by using psyclpc -DDserver=<level>
#ifdef Dserver
# undef DEBUG
# define DEBUG Dserver
#endif
#include <net.h>
#include <person.h>
#include <text.h>
@ -80,7 +86,7 @@ hello(ni, elm, try, method, salt) {
ohYeah(whatever) {
input_to(#'ohYeah, input_to_settings);
// input ignore warning? inverting mc's is really a good idea!
w("_warning_ignored_input", "Oh yeah?");
w("_warning_ignored_input", "Oh yeah? ");
}
#endif