-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Massive rewrite of the internals. The code to deal with parsing incom…
…ing data has been completely rewritten, although relies very heavily on the old code. The plugin api has had large chunks rewritten as well, but still needs a lot of work before it can be finalised. The command api has been rewritten, however at the moment it has issues that commands are not parsed correctly. Thats to be fixed next. git-svn-id: svn://red.pomac.com/rage@3 55c13d69-e7e2-0310-b639-a4a306287c42
- Loading branch information
isomer
committed
Sep 1, 2004
1 parent
8169695
commit 76a5014
Showing
21 changed files
with
1,555 additions
and
1,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef XCHAT_CTCP_H | ||
#define XCHAT_CTCP_H | ||
|
||
void ctcp_handle (session *sess, char *to, char *nick, char *msg, char *word[], char *word_eol[]); | ||
void ctcp_handle (session *sess, char *to, char *nick, char *msg, int parc, char * parv[]); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.