avoid calling GETR for the number of total/read messages
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Nov 2010 17:48:01 +0000 (18:48 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Nov 2010 17:48:01 +0000 (18:48 +0100)
commit36821734e42c9200de69079d314b71c5a6b5526e
treed7dc4e99c359ec65392a427885b265763206c25c
parentecc3a242b3cd375c478a4f7424b7987c6dfa416a
avoid calling GETR for the number of total/read messages

so far webcit used a call of GETR to retrieve the number of messages available in the current room for displaying the room banner.
However, GOTO already gave us this information, and GETR is only available for aides, so we got Important messages with that error when logged in as joe average.
This went under the radar for quiet a while, since the error message wasn't printed but silently ignored.
webcit/roomtokens.c