diff options
Diffstat (limited to '')
-rw-r--r-- | kirc.c | 4 | ||||
-rw-r--r-- | log | 87 |
2 files changed, 89 insertions, 2 deletions
@@ -37,7 +37,7 @@ log_append(char *str, char *path) { FILE *out = fopen(path, "a"); - fprintf(out, "%s", str); + fprintf(out, "%s\n", str); fclose(out); } @@ -105,7 +105,7 @@ printw(const char *format, ...) { } } - printf("\n"); + putchar('\n'); } static void @@ -0,0 +1,87 @@ +NICK kirc2
+ +USER kirc2 - - :kirc2
+ +[33;1mverne.free[0m *** Looking up your hostname... +[33;1mverne.free[0m *** Checking Ident +[33;1mverne.free[0m *** Found your hostname +[33;1mverne.free[0m *** No Ident response +JOIN #kirc
+ +[33;1mverne.free[0m Your host is verne.freenode.net[185.30.166.38/6667], running version ircd-seven-1.1.9 +[33;1mverne.free[0m This server was created Mon Mar 16 2020 at 18:29:20 UTC +[33;1mverne.free[0m (null) +[33;1mverne.free[0m 120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server +[33;1mverne.free[0m 1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 ETRACE WHOX KNOCK :are supported by this server +[33;1mverne.free[0m are supported by this server +[33;1mverne.free[0m There are 102 users and 80613 invisible on 31 servers +[33;1mverne.free[0m IRC Operators online +[33;1mverne.free[0m unknown connection(s) +[33;1mverne.free[0m channels formed +[33;1mverne.free[0m I have 3622 clients and 1 servers +[33;1mverne.free[0m Current local users 3622, max 4812 +[33;1mverne.free[0m Current global users 80715, max 89765 +[33;1mverne.free[0m Highest connection count: 4813 (4812 clients) (1612168 connections received) +[33;1mverne.free[0m - verne.freenode.net Message of the Day - +[33;1mverne.free[0m - Welcome to verne.freenode.net in Amsterdam, NL. +[33;1mverne.free[0m - Thanks to http://www.hyperfilter.com/ for sponsoring +[33;1mverne.free[0m - this server! +[33;1mverne.free[0m - +[33;1mverne.free[0m - +[33;1mverne.free[0m - VERNE, Jules (1828-1905). Born in Nantes, France, Verne was +[33;1mverne.free[0m - a pioneering french author known for novels such as Twenty +[33;1mverne.free[0m - Thousand Leagues Under the Sea, A Journey to the Center of the +[33;1mverne.free[0m - Earth, and Around the World in Eighty Days. Often lauded as the +[33;1mverne.free[0m - Father of science fiction, Verne wrote about concepts such as +[33;1mverne.free[0m - space travel, skyscrapers, and worldwide communications +[33;1mverne.free[0m - networks long before these ideas became popularised or realised. +[33;1mverne.free[0m - +[33;1mverne.free[0m - Welcome to freenode - supporting the free and open source +[33;1mverne.free[0m - software communities since 1998. +[33;1mverne.free[0m - +[33;1mverne.free[0m - By connecting to freenode you indicate that you have read and +[33;1mverne.free[0m - accept our policies and guidelines as set out on https://freenode.net +[33;1mverne.free[0m - +[33;1mverne.free[0m - In the event that you observe behaviour that contravenes our policies, +[33;1mverne.free[0m - please notify a volunteer staff member via private message, or send us an +[33;1mverne.free[0m - e-mail to complaints@freenode.net -- we will do our best to address the +[33;1mverne.free[0m - situation within a reasonable period of time, and we may request further +[33;1mverne.free[0m - information or, as appropriate, involve other parties such as channel operators +[33;1mverne.free[0m - Group Contacts representing an on-topic group. +[33;1mverne.free[0m - +[33;1mverne.free[0m - freenode runs an open proxy scanner. +[33;1mverne.free[0m - +[33;1mverne.free[0m - If you are looking for assistance, you may be able to find a list of +[33;1mverne.free[0m - volunteer staff on '/stats p' (shows only on-call staff) or by joining +[33;1mverne.free[0m - #freenode and using the '/who freenode/staff/*' command. You may message +[33;1mverne.free[0m - any of us at any time. Please note that freenode predominantly provides +[33;1mverne.free[0m - assistance via private message, and while we have a network channel the +[33;1mverne.free[0m - primary venue for support requests is via private message to a member +[33;1mverne.free[0m - of the volunteer staff team. +[33;1mverne.free[0m - +[33;1mverne.free[0m - From time to time, volunteer staff may send server-wide notices relating to +[33;1mverne.free[0m - the project, or the communities that we host. The majority of such notices +[33;1mverne.free[0m - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you +[33;1mverne.free[0m - do not miss them. Important messages relating to the freenode project, including +[33;1mverne.free[0m - notices of upcoming maintenance and other scheduled downtime will be issued as +[33;1mverne.free[0m - global notices. +[33;1mverne.free[0m - +[33;1mverne.free[0m - Representing an on-topic project? Don't forget to register, more information +[33;1mverne.free[0m - can be found on the https://freenode.net website under "Group Registration". +[33;1mverne.free[0m - +[33;1mverne.free[0m - Thank you also to our server sponsors for the sustained support in keeping the +[33;1mverne.free[0m - network going for close to two decades. +[33;1mverne.free[0m - +[33;1mverne.free[0m - Thank you for using freenode! +[33;1mverne.free[0m End of /MOTD command. + [33;1mkirc2[0m +i +[33;1mfreenode-c[0m Welcome to freenode. To protect the network all new connections will be scanned for vulnerabilities. This will not harm your computer, and vulnerable hosts will be notified. +[43;1mfreenode-c[0m VERSION +privmsg #kirc ::q
+ + --> [32;1mkirc2[0m +[33;1mverne.free[0m kirc2 @mcpcpc[m] +[33;1mverne.free[0m End of /NAMES list. +quit
+ + <-- [34;1mkirc2[0m |