I'm having an issue with my current code.
on *:TEXT:*text*:#:{
if ($nick isin $read(test.txt, 1)) {
msg $chan working.
}
}
The issue I am having is if the nick "User1" is in test.txt, and "User12" types text, It will detect it as User1 was in test.txt! How can I make it so "User12" will not say working if "User1" is on line 1.