diff --git a/botthread.c b/botthread.c index de32ae9..ec665dd 100644 --- a/botthread.c +++ b/botthread.c @@ -359,6 +359,9 @@ tmpChan = findChan(channel); + if (tmpChan->modes[CHAN_SCHEDULED] == 0x1) + goto jmpAhd; + if (tmpChan->modes[CHAN_TIME] == 0x1) { if (length > tmpChan->maxTime) { return(0x0); @@ -370,6 +373,8 @@ if ((tmpChan->modes[CHAN_CLASS] != class) && (tmpChan->modes[CHAN_CLASS] != 0x0) && (class != 7)) return(0x0); + jmpAhd: + tmpChan->comDelay -= length; tmpChan->vidClass = class; diff --git a/logs/.cvsignore b/logs/.cvsignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/logs/.cvsignore @@ -0,0 +1 @@ +*.log diff --git a/logs/README b/logs/README new file mode 100644 index 0000000..c3f811b --- /dev/null +++ b/logs/README @@ -0,0 +1 @@ +Logs Go Here