im creating an IRCbot module for people who are not that advanced to python.
But now im accurring a problem.
the module has this:
while 1:
text=irc.recv(4096)
but is there a way to send “text” back to the script so i can use module.find or something
Thanks!
If I understand your problem correctly . . .
You users will probably need to define a callback. Your module will look like this: