Hey.

I've got 2 questions for You.

1. I need a .mrc wirte to a .ini. If I write the .mrc like this:
write -a slaps.txt $!nick $+ 's
Then the $!nick is written to the .ini file as $nick as it is supposed to, but the $+ 's part is wriiten to the .ini like 's and added to the end of $nick. Have tried to $!+ 's but it does not seem to work properly. Any suggestions?

2. Is it possible to define the on action command, so it will react on a given parameter and on a variable? Something like this:
on *:ACTION:*slaps $me*:#: {
describe $chan $read(file.txt)
}
For some reason this does not work, either. Suggestions?

Thx.