Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 03:25
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 r-ryantm/c2a7d8fca8d6d206608970332b7b7b57 to your computer and use it in GitHub Desktop.
Save r-ryantm/c2a7d8fca8d6d206608970332b7b7b57 to your computer and use it in GitHub Desktop.
/nix/store/afpba82m5qbs7sp98r3g5n7q1haalf5p-mcabber-1.1.2
├── bin
│   └── mcabber
├── include
│   └── mcabber
│   ├── api.h
│   ├── caps.h
│   ├── commands.h
│   ├── compl.h
│   ├── config.h
│   ├── events.h
│   ├── fifo.h
│   ├── hbuf.h
│   ├── help.h
│   ├── hgcset.h
│   ├── histolog.h
│   ├── hooks.h
│   ├── logprint.h
│   ├── main.h
│   ├── modules.h
│   ├── nohtml.h
│   ├── otr.h
│   ├── pgp.h
│   ├── roster.h
│   ├── screen.h
│   ├── settings.h
│   ├── utf8.c
│   ├── utf8.h
│   ├── utils.h
│   ├── xmpp_defines.h
│   ├── xmpp.h
│   ├── xmpp_helper.h
│   ├── xmpp_iq.h
│   ├── xmpp_iqrequest.h
│   ├── xmpp_muc.h
│   └── xmpp_s10n.h
├── lib
│   ├── mcabber
│   │   ├── libbeep.la
│   │   ├── libbeep.so
│   │   ├── libfifo.la
│   │   ├── libfifo.so
│   │   ├── liburlregex.la
│   │   ├── liburlregex.so
│   │   ├── libxttitle.la
│   │   └── libxttitle.so
│   └── pkgconfig
│   └── mcabber.pc
└── share
├── man
│   └── man1
│   └── mcabber.1.gz
└── mcabber
└── help
├── cs
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── de
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── en
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── fr
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── it
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── nl
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── pl
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
├── ru
│   ├── hlp_add.txt
│   ├── hlp_alias.txt
│   ├── hlp_authorization.txt
│   ├── hlp_bind.txt
│   ├── hlp_buffer.txt
│   ├── hlp_carbons.txt
│   ├── hlp_chat_disable.txt
│   ├── hlp_clear.txt
│   ├── hlp_color.txt
│   ├── hlp_connect.txt
│   ├── hlp_del.txt
│   ├── hlp_disconnect.txt
│   ├── hlp_echo.txt
│   ├── hlp_event.txt
│   ├── hlp_group.txt
│   ├── hlp_help.txt
│   ├── hlp_iline.txt
│   ├── hlp_info.txt
│   ├── hlp_module.txt
│   ├── hlp_move.txt
│   ├── hlp_msay.txt
│   ├── hlp_otrpolicy.txt
│   ├── hlp_otr.txt
│   ├── hlp_pgp.txt
│   ├── hlp_quit.txt
│   ├── hlp_rawxml.txt
│   ├── hlp_rename.txt
│   ├── hlp_request.txt
│   ├── hlp_room.txt
│   ├── hlp_roster.txt
│   ├── hlp_say_to.txt
│   ├── hlp_say.txt
│   ├── hlp_screen_refresh.txt
│   ├── hlp_set.txt
│   ├── hlp_source.txt
│   ├── hlp_status_to.txt
│   ├── hlp_status.txt
│   ├── hlp.txt
│   └── hlp_version.txt
└── uk
├── hlp_add.txt
├── hlp_alias.txt
├── hlp_authorization.txt
├── hlp_bind.txt
├── hlp_buffer.txt
├── hlp_carbons.txt
├── hlp_chat_disable.txt
├── hlp_clear.txt
├── hlp_color.txt
├── hlp_connect.txt
├── hlp_del.txt
├── hlp_disconnect.txt
├── hlp_echo.txt
├── hlp_event.txt
├── hlp_group.txt
├── hlp_help.txt
├── hlp_iline.txt
├── hlp_info.txt
├── hlp_module.txt
├── hlp_move.txt
├── hlp_msay.txt
├── hlp_otrpolicy.txt
├── hlp_otr.txt
├── hlp_pgp.txt
├── hlp_quit.txt
├── hlp_rawxml.txt
├── hlp_rename.txt
├── hlp_request.txt
├── hlp_room.txt
├── hlp_roster.txt
├── hlp_say_to.txt
├── hlp_say.txt
├── hlp_screen_refresh.txt
├── hlp_set.txt
├── hlp_source.txt
├── hlp_status_to.txt
├── hlp_status.txt
├── hlp.txt
└── hlp_version.txt
20 directories, 393 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment