Skip to content
Snippets Groups Projects
Commit 4c52b512 authored by rswindell's avatar rswindell
Browse files

Change atcodes sbbs_t method to show_atcode(), got rid of syncatcodes() and

created atcode() to return a single @-code string.
parent 4c99357e
No related branches found
No related tags found
No related merge requests found
......@@ -495,8 +495,8 @@ public:
void clearline(void);
/* atcodes.cpp */
int atcodes(char *code);
int syncatcodes(char *sp, int len);
int show_atcode(char *code);
char* atcode(char* sp, char* str);
/* getnode.cpp */
int whos_online(bool listself);/* Lists active nodes, returns active nodes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment