|
well hmm, lesse, you could make a very simple convo logger by using something like
| CODE | on *:text:*:*:{ .write text.txt $1- }
|
Which will make the file text.txt and write everything down, well except what you say, 'cause remotes won't work that way :\ which can suck at times.. bleh..
an' for the whole hello thingy lol this should work
| CODE | on *:TEXT:Hello bot:*: { .msg $chan $read(greetings.txt) $nick $+ ! }
|
of course in order for it to work correctly you'll need the file greetings.txt or whatever txt file you want it to read from. and each of the diffrent greetings has to be on a diffrent line like..
|