To prevent funkage, added some checks to make sure IMC2 is enabled before messing with IMC stuff on @cemit.
This commit is contained in:
parent
4121b54e4c
commit
829b91dcce
1 changed files with 14 additions and 13 deletions
|
|
@ -259,6 +259,7 @@ def cmd_cemit(command):
|
|||
source_object.emit_to("Sent - %s" % (name_matches[0],))
|
||||
src.comsys.send_cmessage(cname_parsed, final_cmessage)
|
||||
|
||||
if settings.IMC2_ENABLED:
|
||||
# Look for IMC2 channel maps. If one is found, send an ice-msg-b
|
||||
# packet to the network.
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue