n1= if ($readini login.ini login $address($nick,2) == yes) {
n2= if ($2 == me) {
n3= kick $chan $nick If you say so... | halt
n4= }
n5= if ($2 == $nick) {
n6= kick $chan $nick If you say so... | halt
n7= }
n8= if ($level($address($2,3)) >= $level($address($nick,3))) {
n9= notice $nick You cannot kick someone with the same, or higher access than you. | halt
n10= }
n11= else {
n12= kick $chan $2 ( $+ $nick $+ ) | halt
n13= }
n14= }
n15= else {
n16= notice $nick you did not login | halt
n17= }
n18=}
n19=on 2:text:.permaban*:#:{
n20= if ($readini login.ini login $address($nick,2) == yes) {
n21= if ($level($address($2,3)) >= $level($address($nick,3))) {
n22= notice $nick You cannot smoke someone with the same, or higher access than you. | halt
n23= }
n24= else {
n25= guser shitlist $2 3 | ban $chan $2 3 | kick $chan $2 Shitlisted >>>Perma-Ban<<< (courtesy of $nick)
n26= }
n27= }
n28= else {
n29= notice $nick you did not login | halt
n30= }
n31=}
n32=on 2:text:.smoke*:#:{
n33= if ($readini login.ini login $address($nick,2) == yes) {
n34= if ($level($address($2,3)) >= $level($address($nick,3))) {
n35= notice $nick You cannot smoke someone with the same, or higher access than you. | halt
n36= }
n37= else {
n38= ban -u1000 $chan $2 2 | kick $chan $2 $me kicks $2 $+ 's ass outta the channel (courtesy of $nick)
n39= }
n40= }
n41= else {
n42= notice $nick you did not login | halt
n43= }
n44=}
n45=on 2:text:.newpass*:?:{ notice $nick New Password set for $address($nick,3) : $2 $+ ; write that down. | notice $nick then you must login whenever you reconnect, /msg $me .login <your pass> | writeini login.ini passwords $address($nick,3) $2 }
n46=on 2:text:.login*:?:{
n47= set %nickpass $readini login.ini passwords $address($nick,3)