This will only work in a channel.
alias soul {
if ($chan != $null) {
describe $chan $read(responses.txt) $1-
}
}
Use: /soul nick
Note that if you are only doing this for one channel, you can just use:
alias soul {
describe #yourchan $read(responses.txt) $1-
}
To add ! ability for others:
on *:text:!soul *:#yourchan: {
describe #yourchan $read(responses.txt) $2-
}
For the first one, if you want to use a selected nick, you can do this:
Go to Popups tab instead of Remotes tab, go to View menu and then Nick List.
At the bottom add:
-
Soul:describe #yourchan $read(responses.txt) $snicks
**Remember that you must replace #yourchan with your channel's name and responses.txt with the text file you are using.