Merge pull request #9667 from PsiOmegaDelta/150506-StaffWho

Adds a notice to StaffWho that adminhelps are also sent to IRC.
This commit is contained in:
GinjaNinja32
2015-06-04 23:18:02 +01:00
+3 -1
View File
@@ -98,6 +98,8 @@
else if (R_MOD & C.holder.rights || R_MENTOR & C.holder.rights)
modmsg += "\t[C] is a [C.holder.rank]\n"
num_mods_online++
if(config.admin_irc)
src << "<span class='info'>Adminhelps are also sent to IRC. If no admins are available in game try anyway and an admin on IRC may see it and respond.</span>"
msg = "<b>Current Admins ([num_admins_online]):</b>\n" + msg + "\n<b> Current [config.mods_are_mentors ? "Mentors" : "Moderators"]([num_mods_online]):</b>\n" + modmsg
src << msg