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

Created sbbs_t member to keep track of hot key recursion.

parent 2d657641
No related branches found
No related tags found
No related merge requests found
...@@ -520,7 +520,8 @@ public: ...@@ -520,7 +520,8 @@ public:
void multinodechat(int channel=1); void multinodechat(int channel=1);
void nodepage(void); void nodepage(void);
void nodemsg(void); void nodemsg(void);
int nodemsg_inside; uint nodemsg_inside;
uint hotkey_inside;
uchar lastnodemsg; /* Number of node last message was sent to */ uchar lastnodemsg; /* Number of node last message was sent to */
char lastnodemsguser[LEN_ALIAS+1]; char lastnodemsguser[LEN_ALIAS+1];
void guruchat(char *line, char *guru, int gurunum); void guruchat(char *line, char *guru, int gurunum);
......
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