mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Revert r4924, the comment is correct after all.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4930 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
184e4071c1
commit
ee34525905
1 changed files with 4 additions and 1 deletions
|
|
@ -70,7 +70,10 @@ struct _IRC_SERVER_REC {
|
||||||
int max_msgs_in_cmd; /* max. number of targets in one /MSG */
|
int max_msgs_in_cmd; /* max. number of targets in one /MSG */
|
||||||
|
|
||||||
/* Command sending queue */
|
/* Command sending queue */
|
||||||
int cmdcount; /* number of commands in `cmdqueue' */
|
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 */
|
||||||
GSList *cmdqueue; /* command, redirection, ... */
|
GSList *cmdqueue; /* command, redirection, ... */
|
||||||
GTimeVal wait_cmd; /* don't send anything to server before this */
|
GTimeVal wait_cmd; /* don't send anything to server before this */
|
||||||
GTimeVal last_cmd; /* last time command was sent to server */
|
GTimeVal last_cmd; /* last time command was sent to server */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue