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
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ while(1) {
case 'R':
{
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: ");
server=console.getstr(server, 40, K_EDIT|K_LINE|K_AUTODEL);
if(console.aborted)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment