You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new Setting for automatic /marker creation whenever !rip or !riprun are used.
A new migration file will be needed to create the default Setting object, and special handling in dashboard/admin.py for the boolean Setting, similar to the "IRC Service" Setting.
Add Setting lookup in the !rip and !riprun commands, and add the "/marker died" or "/marker ended" to the list of output strings returned from each command. See lookup of "Current Game" setting for an example of how to look up a Setting.
The text was updated successfully, but these errors were encountered:
Add a new Setting for automatic /marker creation whenever !rip or !riprun are used.
A new migration file will be needed to create the default Setting object, and special handling in
dashboard/admin.py
for the boolean Setting, similar to the "IRC Service" Setting.Add Setting lookup in the !rip and !riprun commands, and add the "/marker died" or "/marker ended" to the list of output strings returned from each command. See lookup of "Current Game" setting for an example of how to look up a Setting.
The text was updated successfully, but these errors were encountered: