Rudiments
|
00001 // Copyright (c) 2004 David Muse 00002 // See the COPYING file for more information. 00003 00004 private: 00005 void appendAbortString(const char *string); 00006 void clearAbortStrings(); 00007 int32_t send(const char *string, 00008 constnamevaluepairs *variables); 00009 void flush(); 00010 int32_t expect(const char *string, char **abort); 00011 int32_t substituteVariables(const char **ch, 00012 constnamevaluepairs *variables); 00013 void charUnescape(const char *str, 00014 char **newstr, bool second); 00015 00016 chatprivate *pvt;