* Hostname (or IP) of the IRC server which HOPM will monitor
* connections on.
*/
- server = "myserver.somenetwork.org";
+ server = "irc.example.org";
/*
* Password used to connect to the IRC server (PASS)
* If your ircd supports a more specific line (see below),
* using it will reduce false positives.
*/
- target_string = ":server.yournetwork.org NOTICE * :*** Looking up your hostname";
+ target_string = ":irc.example.org NOTICE * :*** Looking up your hostname";
/*
* If you try to connect too fast, you'll be throttled by your own
IRCItem->oper = xstrdup("undefined");
IRCItem->username = xstrdup("hopm");
IRCItem->realname = xstrdup("Hybrid Open Proxy Monitor");
- IRCItem->server = xstrdup("myserver.blitzed.org");
+ IRCItem->server = xstrdup("irc.example.org");
IRCItem->vhost = xstrdup("");
IRCItem->connregex = xstrdup("\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*");
IRCItem->kline = xstrdup("KLINE %u@%h :Open Proxy found on your host.");