mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
@@ -1072,7 +1072,7 @@
|
|||||||
if(ROBOT_NOTIFICATION_NEW_MODULE) //New Module
|
if(ROBOT_NOTIFICATION_NEW_MODULE) //New Module
|
||||||
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] module change detected: [name] has loaded the [first_arg].</span><br>"
|
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] module change detected: [name] has loaded the [first_arg].</span><br>"
|
||||||
if(ROBOT_NOTIFICATION_MODULE_RESET)
|
if(ROBOT_NOTIFICATION_MODULE_RESET)
|
||||||
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] module reset detected: [name] has unladed the [first_arg].</span><br>"
|
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] module reset detected: [name] has unloaded the [first_arg].</span><br>"
|
||||||
if(ROBOT_NOTIFICATION_NEW_NAME) //New Name
|
if(ROBOT_NOTIFICATION_NEW_NAME) //New Name
|
||||||
if(first_arg != second_arg)
|
if(first_arg != second_arg)
|
||||||
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] reclassification detected: [first_arg] is now designated as [second_arg].</span><br>"
|
connected_ai << "<br><br><span class='notice'>NOTICE - [braintype] reclassification detected: [first_arg] is now designated as [second_arg].</span><br>"
|
||||||
|
|||||||
Reference in New Issue
Block a user