ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/config.c
(Generate patch)

Comparing hopm/trunk/src/config.c (file contents):
Revision 5092 by michael, Tue Dec 23 20:12:39 2014 UTC vs.
Revision 5109 by michael, Wed Dec 24 13:26:29 2014 UTC

# Line 125 | Line 125 | void config_setup()
125     IRCItem->oper = xstrdup("undefined");
126     IRCItem->username = xstrdup("hopm");
127     IRCItem->realname = xstrdup("Hybrid Open Proxy Monitor");
128 <   IRCItem->server = xstrdup("myserver.blitzed.org");
128 >   IRCItem->server = xstrdup("irc.example.org");
129     IRCItem->vhost = xstrdup("");
130     IRCItem->connregex = xstrdup("\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*");
131     IRCItem->kline = xstrdup("KLINE %u@%h :Open Proxy found on your host.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines