diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2008-11-28 18:49:31 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-28 18:49:31 +0000 |
commit | 6fe433ca0bfabd99c63537f356962ba0523e3385 (patch) | |
tree | 73b2fb24b088b8a29e97358bc8cd9acf287563b5 | |
parent | 41be9d608598fc57e9e87d5a33ac6df8f9dff5b6 (diff) | |
download | irssi-6fe433ca0bfabd99c63537f356962ba0523e3385.zip |
Remove obsolete/wrong part of comment (irc server cmdcount).
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4924 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/irc/core/irc-servers.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/irc/core/irc-servers.h b/src/irc/core/irc-servers.h index fc3480a7..6fea42c9 100644 --- a/src/irc/core/irc-servers.h +++ b/src/irc/core/irc-servers.h @@ -70,10 +70,7 @@ struct _IRC_SERVER_REC { int max_msgs_in_cmd; /* max. number of targets in one /MSG */ /* Command sending queue */ - int cmdcount; /* number of commands in `cmdqueue'. Can be more than - there actually is, to make flood control remember - how many messages can be sent before starting the - flood control */ + int cmdcount; /* number of commands in `cmdqueue' */ GSList *cmdqueue; /* command, redirection, ... */ GTimeVal wait_cmd; /* don't send anything to server before this */ GTimeVal last_cmd; /* last time command was sent to server */ |