channel()->get($channel); if (!$channelObj && strlen($channel)) { Message::Fail("Could not find channel: \"$channel\""); } elseif (strlen($channel)) { $channame = $channelObj->name; $title .= " for \"" . $channame . "\""; do_log($channelObj); } } $topicset = false; $del_ex = false; $del_inv = false; $del_ban = false; $checkboxes = []; $chanban_errors = []; if (isset($_POST)) { if (isset($_POST['update_topic']) && isset($_POST['set_topic'])) { if (isset($channelObj)) { if (!isset($channelObj->topic) || strcmp($channelObj->topic,$_POST['set_topic'])) // if the set topic is different { $user = (function_exists('unreal_get_current_user') && $u = unreal_get_current_user()) ? $u->username : NULL; $topicset = $rpc->channel()->set_topic($channelObj->name, $_POST['set_topic'], $user); $channelObj->topic = $_POST['set_topic']; } } } $checkboxes = (isset($_POST['ban_checkboxes'])) ? $_POST['ban_checkboxes'] : []; if (isset($_POST['delete_sel_ex'])) { foreach($_POST['ce_checkboxes'] as $c) $checkboxes[] = $c; $del_ex = true; chlkup_autoload_modal("excepts_modal"); } else if (isset($_POST['delete_sel_inv'])) { foreach($_POST['ci_checkboxes'] as $c) $checkboxes[] = $c; $del_inv = true; chlkup_autoload_modal("invites_modal"); } else if (isset($_POST['delete_sel_ban'])) { foreach($_POST['cb_checkboxes'] as $c) $checkboxes[] = $c; $del_ban = true; chlkup_autoload_modal("bans_modal"); } if (isset($_POST['add_chban']) || isset($_POST['add_chinv']) || isset($_POST['add_chex'])) { if (isset($_POST['add_chban'])) $mode = $_POST['add_chban']; else $mode = (isset($_POST['add_chinv'])) ? $_POST['add_chinv'] : $_POST['add_chex']; $nick = (strlen($_POST['ban_nick'])) ? $_POST['ban_nick'] : false; $action_string = (isset($_POST['bantype_sel_action']) && strlen($_POST['bantype_sel_action'])) ? $_POST['bantype_sel_action'] : false; $action = ""; $type_string = (strlen($_POST['bantype_sel_type'])) ? $_POST['bantype_sel_type'] : false; $type = ""; $expiry = (strlen($_POST['bantype_sel_ex'])) ? $_POST['bantype_sel_ex'] : false; $time = ""; if (!$nick) $chanban_errors[] = "You did not specify a nick/mask"; if ($action_string) { if (strstr($action_string,"Quiet")) $action = "~quiet:"; elseif (strstr($action_string,"Nick-change")) $action = "~nickchange:"; elseif (strstr($action_string,"Join")) $action = "~join:"; } if ($type_string) { if (strstr($type_string,"Account")) $type = "~account:"; elseif (strstr($type_string,"Channel")) $type = "~channel:"; elseif (strstr($type_string,"Country")) $type = "~country:"; elseif (strstr($type_string,"OperClass")) $type = "~operclass:"; elseif (strstr($type_string,"GECOS")) $type = "~realname:"; elseif (strstr($type_string,"Security")) $type = "~security-group:"; elseif (strstr($type_string,"Certificate")) $type = "~certfp:"; } if ($expiry) { $future = strtotime($expiry); $now = strtotime(date("Y-m-d h:i:s")); $ts = ($future - $now) / 60; $ts = (int)$ts; $time = "~time:$ts:"; if ($ts > 9999 || $ts < 1) $chanban_errors[] = "Cannot set expiry more than ".(9999 / 60)." hours (".(9999 / 1440)." days) in the future, or in the past"; } if (empty($chanban_errors)) if ($rpc->channel()->set_mode($channel, "$mode", "$time$action$type$nick")) Message::Success("The mode was set successfully: $mode $time$action$type$nick"); else foreach($chanban_errors as $err) Message::Fail($err); } /* and finally re-grab the channel because updates lol */ $channelObj = $rpc->channel()->get($channel); } ?> <?php echo $title; ?>



Topic:

">
name has been updated to be: \"".htmlspecialchars($channelObj->topic)."\""); ?>

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.