dgw / sopel-wolfram

Wolfram|Alpha plugin for the Sopel IRC framework
Other
5 stars 1 forks source link

Prevent long results from flooding #7

Closed dgw closed 8 years ago

dgw commented 8 years ago

Certain queries generate results with many lines. The module currently outputs the entire result, no matter how many lines it is, causing flood and potentially getting the bot kicked or delaying other modules' output in other channels.

Before supporting wolframalpha 3.0 (#5), this should be fixed in the current version.

Rizon's Internets bot deals with the problem by sending the result in NOTICEs to the trigger.nick if the result is too big. Alternative solutions: