Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created September 30, 2017 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/38d4fb24ca43a561a0fae115a13f5bbc to your computer and use it in GitHub Desktop.
Save zoffixznet/38d4fb24ca43a561a0fae115a13f5bbc to your computer and use it in GitHub Desktop.
zoffix@VirtualBox~/CPANPRC/synopsebot (master)$ SB_DEBUG=1 perl6 bin/synopsebot.p6
◀▬▬ _ Attempting to connect to server
◀▬▬ _ NICK P6Bot
◀▬▬ _ USER Perl6IRC Perl6IRC localhost :Perl6 IRC Client
▬▬▶ _ :irc.local NOTICE Auth *** Looking up your hostname...
▬▬▶ _ :irc.local NOTICE Auth *** Could not resolve your hostname: Request timed out; using your IP address (127.0.0.1) instead.
▬▬▶ _ :irc.local NOTICE Auth Welcome to Localnet!
▬▬▶ _ :irc.local 001 P6Bot Welcome to the Localnet IRC Network P6Bot!Perl6IRC@127.0.0.1
◀▬▬ _ JOIN :#zofbot
▬▬▶ _ :irc.local 002 P6Bot Your host is irc.local, running version InspIRCd-2.0
▬▬▶ _ :irc.local 003 P6Bot This server was created 14:52:43 Mar 29 2016
▬▬▶ _ :irc.local 004 P6Bot irc.local InspIRCd-2.0 iosw biklmnopstv bklov
▬▬▶ _ :irc.local 005 P6Bot AWAYLEN=201 CASEMAPPING=rfc1459 CHANMODES=b,k,l,imnpst CHANTYPES=# CHARSET=ascii ELIST=MU FNC KICKLEN=256 MAP MAXBANS=60 MAXCHANNELS=20 MAXPARA=32 MAXTARGETS=20 are supported by this server
▬▬▶ _ :irc.local 005 P6Bot MODES=20 NETWORK=Localnet NICKLEN=33 PREFIX=(ov)@+ STATUSMSG=@+ TOPICLEN=308 VBANLIST WALLCHOPS WALLVOICES are supported by this server
▬▬▶ _ :irc.local 042 P6Bot 811AAAAAL your unique ID
▬▬▶ _ :irc.local 375 P6Bot irc.local message of the day
▬▬▶ _ :irc.local 372 P6Bot - Just fucking work!
▬▬▶ _ :irc.local 376 P6Bot End of message of the day.
▬▬▶ _ :irc.local 251 P6Bot There are 2 users and 0 invisible on 1 servers
▬▬▶ _ :irc.local 254 P6Bot 2 channels formed
▬▬▶ _ :irc.local 255 P6Bot I have 2 clients and 0 servers
▬▬▶ _ :irc.local 265 P6Bot Current Local Users: 2 Max: 2
▬▬▶ _ :irc.local 266 P6Bot Current Global Users: 2 Max: 2
^C
zoffix@VirtualBox~/CPANPRC/synopsebot (master)$ ^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment