Please consider the above post, as I have tried both with 1 "the text .. . .
and with 1"the text...
Maybe I am doing something wrong there?
Anyways, here is a logg from my testing:
Seems only the "ban un ban" thing is working..
Start of #shamanism buffer: Thu Aug 10 17:52:48 2006
13:52:09 * Now talking in #shamanism
13:52:09 * Topic is '"Imagine it.. Realize it.. Be it!"
http://youtube.com/watch?v=UnY3xPJRcoI'13:52:09 * Set by tripper!~snik@ti211110a080-7214.bb.online.no on Wed Aug 09 18:43:19
13:53:55 * Quits: curious (Ping timeout: 504 seconds)
13:54:00 * Gomp is now known as curious
14:12:40 * Joins: tripper
14:38:00 <13tripper> And know that if I knew
14:38:00 <13tripper> all of the answers I would
14:38:00 <13tripper> not hold them from you'd
14:38:00 <13tripper> know all of the things that i'd know 'cause
14:38:00 <13tripper> we told each other, there is no other way
15:42:40 <lyd> philosophy
15:43:02 <lyd> hehe var det rikti skrivd ?
15:43:08 <lyd> tripper
15:43:23 * lyd slaps tripper around a bit with a large trout
15:43:55 * lyd sets mode: +ooo curious h4x0r3d heliacal
15:44:01 * lyd sets mode: +ooo hoyball Jordan0 tripper
15:44:07 * lyd sets mode: +o unsecured
15:44:11 <lyd> :P
16:03:17 <curious> :)
16:27:30 <13tripper> lyd: jau
16:27:46 <lyd> kult
16:28:00 <13tripper> np: jack johnson - no other way

16:57:04 <curious> 1Now Playing: Jack Johnson - Good People
17:16:57 * Quits: hoyball (omstøvel)
17:50:10 <curious> !quote
curious Added to ban list
curious Removed from ban list
17:51:17 <curious> !add Tell me all I know, and you will too!
17:51:48 <curious> !qoute 1
17:51:52 <curious> !Qoute 1
17:52:10 <curious> !Qoute 1
17:52:16 <curious> !quote
End of #shamanism buffer Thu Aug 10 17:52:48 2006
My alias is as follows:
I removed the other to not show passwords etceter..
but this is the bottom..
;
; - !Quotescript...
;
menu nicklist {
!Quote Script
.Ban/Unban $1 : qsban $$1
}
alias -l qsban {
if $eval(% $+ qs. $+ $1 , 4 ) {
unset %qs. $+ $1
echo -a $1 Removed from ban list
}
else {
set %qs. $+ $1 $true
echo -a $1 Added to ban list
}
}
on 1:text:*:#channel:{
if !$eval(% $+ qs. $+ $1 , 4 ) {
if ( !quote isin $1 ) && ( $2 isnum ) { qsquote $2 }
elseif ( !quote isin $1 ) && ( !$2 ) { qsrandom }
elseif ( !add isin $1 ) { qsaddquote $2- }
}
else .notice $nick You can't do this coz you are BANNED!
}
on 1:input:#channel:{
if ( !quote isin $1 ) && ( $2 isnum ) { qsquote $2 }
elseif ( !quote isin $1 ) && ( !$2 ) { qsrandom }
elseif ( !add isin $1 ) { qsaddquote $2- }
}
alias -l qsquote {
msg #channel 8,1QUOTE1,8 $read(quotes.txt,$1)
}
alias -l qsrandom {
msg #channel 8,1QUOTE1,8 $read(quotes.txt)
}
alias -l qsaddquote {
write quotes.txt $1-
}
; ---- Emd ----

Looking over the qode again, what comes to mind, is the question, of does the notice spam the channel?
So anyone using the 1add but is banned, still could make me spam that, or is the notice in a /msg?
And .. the timers I shall se if I can figure out.
were are the banned nicks saved btw?
Should I make a .txt for that? maybe that is why there is no respons, only response on popoumenu.
