Fix up /WILN, /WILC and /WILCR. last_ctcp is now the last CTCP request
recieved; last_ctcp_reply is the last reply recieved (used by /RELCR etc.) All of the /WI* commands now do a /WII style full whois request. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@88 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -63,6 +63,7 @@ extern LastMsg last_topic[2];
|
||||
extern LastMsg last_wall[MAX_LAST_MSG+1];
|
||||
extern LastMsg last_invite_channel[2];
|
||||
extern LastMsg last_ctcp[2];
|
||||
extern LastMsg last_ctcp_reply[2];
|
||||
extern LastMsg last_sent_ctcp[2];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user