HullSeals / HalpyBOT

The Hull Seals IRC Utility bot, built with Pydle
GNU General Public License v3.0
7 stars 3 forks source link

Decorator Reply Function #320

Open Rixxan opened 1 year ago

Rixxan commented 1 year ago

Generally speaking, we do not want to call context's reply function from within a decorator, only within command functions themselves. In the rare instance where a message-returning function should be called, we should have a special decorator in use.