|
mIRC Reply Script [message #84139] |
Thu, 29 April 2004 04:49 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) ![Go to next message Go to next message](/theme/Renegade_Forums/images/down.png) |
dead6re
Messages: 602 Registered: September 2003
Karma: 0
|
Colonel |
|
|
So much functions that arent needed, well i think so. This should work better
alias /r {
msg %recentpagechan !page %recentpage $1-
}
on *:TEXT:[PAGE]*:#: {
set %recentpage $2
set %recentpagechan $chan
halt
}
elseif (Page From isin $1- {
set %recentpage $3
set %recentpagechan $chan
}
}
Those functions, $strip and $remove arent need that much. With mirc u can use $1. That will select the first word. It should work. Ill test it when i get back later.
|
|
|
|
|
mIRC Reply Script [message #84725] |
Sat, 01 May 2004 14:49 ![Go to previous message Go to previous message](/theme/Renegade_Forums/images/up.png) |
dead6re
Messages: 602 Registered: September 2003
Karma: 0
|
Colonel |
|
|
Fine, i suppose i not that good at make them for the bot. Ill stick with my other mirc scripts, lol
|
|
|