Skip to content

Commit

Permalink
fixing JOIN, PART
Browse files Browse the repository at this point in the history
  • Loading branch information
haelime committed Apr 13, 2024
1 parent fee45ae commit 7321b0b
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 101 deletions.
3 changes: 2 additions & 1 deletion include/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ typedef std::string ERROR_NUM_STRING;
#define ERR_UNKNOWNMODE "472"
#define ERR_CANNOTSENDTOCHAN "404"
#define RPL_CHANNELMODEIS "324"
#define ERR_KEYSET "467"
#define ERR_KEYSET "467"
#define ERR_NICKNAMEINUSE "433"
Loading

0 comments on commit 7321b0b

Please sign in to comment.