allow to change topic when needed
Bug #577694 reported by
m4v
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ClassBot |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
don't hardcode topic format within the bot code, there might be cases where using a different topic than default would be nice.
This could be done with commands like "!sessiontopic <topic template>" for topics during sessions, and "!defaulttopic <topic template>" for topics where there aren't any sessions. If command lacks an argument then the bot should reply with the current configured template.
Changed in classbot: | |
status: | In Progress → Confirmed |
assignee: | Nathan Handler (nhandler) → nobody |
To post a comment you must log in.
The issue is, ClassBot modifies the /topic at the start of a session to include information about the current session. How would you suggest ClassBot do this without knowing the format of the topic it is meant to set?