Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
/*
napster code base by Drago (drago@0x00.org)
released: 11-30-99
*/
#ifndef COMMANDS_H
#define COMMANDS_H
enum recv_Commands {
CMDR_STATS=214,
CMDR_EMAILADDR=3,
CMDR_MOTD=109,
CMDR_SEARCHRESULTS=201,
CMDR_SEARCHRESULTSEND=202,
CMDR_ERROR=0,
CMDR_ANOTHERUSER=148,
CMDR_SENDFILE=95,
CMDR_USERSPEED=209,
CMDR_REQUESTUSERSPEED=89,
CMDR_FILEREADY=204,
CMDR_GETERROR=206,
CMDR_GETQUEUE=108
};
enum send_Commands {
CMDS_LOGIN=2,
CMDS_SEARCH=200,
CMDS_REQUESTFILE=203,
CMDS_ADDFILE=100,
CMDS_ADDHOTLIST=208
};
#endif