- on *:join:#caelisto: {
- %host = $address($nick,2)
- %invite = #caelisto.txt
- %check = $read(%invite, w, %host)
- if (%check != $null) && ($nick !ison #caelisto.members) {
- .invite $nick #caelisto.members
- .msg $chan 3[Succes] 14Invite succesvol naar members kanaal! 14 dubbelklik op #caelisto.members om het kanaal te joinen
- !
- }
- if ($nick ison #caelisto.members) {
- .msg $chan 14 $nick , Je bent al op members kanaal!
- }
- }
- on *:text:!invite*:#caelisto: {
- %host = $address($nick,2)
- %invite = #caelisto.txt
- %check = $read(%invite, w, %host)
- if (%check != $null) && ($nick !ison #caelisto.members) {
- .invite $nick #caelisto.members
- .msg $chan 3[Succes] 14Invite succesvol naar members kanaal! 14 dubbelklik op #caelisto.members om het kanaal te joinen!
- }
- if (%check == $null) {
- .msg $chan 4[ERROR] 14Helaas, jij kan deze optie niet gebruiken.
- }
- if ($nick ison #caelisto.members) {
- .msg $chan 14 $nick , Je bent al op members kanaal!
- }
- }
- on *:text:!add*:#caelisto: {
- %host = $address($2,2)
- %invite = #caelisto.txt
- %check = $read(%invite, w, %host)
- if (%check == $null) && (*!*@ !isin $2) && ($nick isop $chan) && ($2 ison $chan) {
- .write #caelisto.txt %host
- .notice $2 Je staat nu in het systeem, Typ !invite om in het kanaal te komen
- .msg $chan 3[Succes]14 $2 is toegevoegd! | /msg $chan 14Typ nu:4 !invite
- }
- if (%check2 == $null) && (*!*@ isin $2) && ($nick isop $chan) {
- write #caelisto.txt $2
- .msg $chan 3 $2 7staan nu in de gebruikerslijst!
- }
- if ($nick !isop $chan) {
- .msg $chan 3Je bent 3 geen 7@ Operator!
- }
- elseif (%check != $null) {
- .msg $chan 3 $2 7 Staat al in de gebruikerslijst!
- }
- elseif ($2 !ison $chan) {
- .msg $chan 3 $2 7Is niet in dit kanaal!
- }
- }
- on *:text:!remove*:#caelisto,#caelisto.members: {
- %host = $address($2,2)
- %invite = #caelisto.txt
- %check = $read(%invite, w, %host)
- if (%check != $null) && (*!*@ !isin $2) && ($nick isop $chan) && ($2 ison $chan) {
- write -ds $+ %host #caelisto.txt
- .msg $chan 3 $2 7Is nu verwijderd uit de gebruikerslijst!
- }
- if ($2 ison #caelisto.members) {
- .kick #caelisto.members $2 8Je toegang hier is 6 verwijderd !
- }
- if (%check == $null) && (*!*@ isin $2) && ($nick isop $chan) {
- .write -ds $+ $2 #caelisto.txt
- .msg $chan 14$2 verwijderd!!
- }
- elseif ($nick !isop $chan) {
- .msg $chan 3Je bent 7 geen 3@ Operator!
- }
- elseif (%check == $null) {
- .msg $chan 3 $2 7Staat niet in de gebruikerslijst!
- }
- elseif ($2 !ison $chan) {
- .msg $chan 3 $2 7Is niet in dit kanaal!
- }
- }
Undefined
By: Guest | Date: Jul 26 2009 20:31 | Format: None | Expires: never | Size: 2.73 KB | Hits: 879
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago