Skip to content

Commit

Permalink
Lower max IRC body length to 512
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwb65 committed Aug 8, 2012
1 parent 777b2b4 commit 434424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Headers/IRC.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#import "TextualApplication.h"

#define TXMaximumIRCBodyLength 520
#define TXMaximumIRCBodyLength 512
#define TXMaximumNodesPerModeCommand 4

/* Historically, we used a few dozen "IRCCommandIndex<command>" defines to match
Expand Down

0 comments on commit 434424c

Please sign in to comment.