Skip to content
Snippets Groups Projects
Commit d8d97ce4 authored by rswindell's avatar rswindell
Browse files

Allow C-exempted users to choose the IRC server too.

parent 57ba4958
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ while(1) { ...@@ -60,7 +60,7 @@ while(1) {
case 'R': case 'R':
{ {
var server = "irc.synchro.net 6667"; var server = "irc.synchro.net 6667";
if(user.security.level >= 90) { if(user.security.level >= 90 || user.security.exemptions&UFLAG_C) {
write("\r\n\001n\001y\001hIRC Server: "); write("\r\n\001n\001y\001hIRC Server: ");
server=console.getstr(server, 40, K_EDIT|K_LINE|K_AUTODEL); server=console.getstr(server, 40, K_EDIT|K_LINE|K_AUTODEL);
if(console.aborted) if(console.aborted)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment