connregex
john <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
im pretty sure bopm isn't setup to deal with my servers connection notices, but i was wondering if it can be made to do so. my server isnt even an ircd, but the connection notices are similar. [Aug 17 01:15:20 2005] IRC READ -> :chat.wiredreality.net NOTICE Bot :*** Notice -- Client connecting on port 7000: hard_wood ([email protected]) this is what the bot sees in debug mode. our connections always show as: *** Notice -- Client connecting on port 7000: nickname (ident@hostname) the closest setting i can see is: connregex = "\\*\\*\\* Notice -- Client connecting on port [0-9]+: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*"; can bopm work with my server?(its chatspace btw) unfortunately the connections cant be changed. any help is much appreciated! tnx in advance :)