Skip to content

ork/weechat-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weechat-glib

A library to interact with weechat's relay feature using glib and gio.

Features

  • High-level commands (see methods)
  • Low-level commands (send a line)
  • zlib decompression
  • GTK test client

screenshot

Types

Currently, the following weechat types are implemented:

  • arr : Array of objects
  • chr : Signed char
  • hda : Hdata content
  • htb : Hashtable
  • inf : Info
  • inl : Infolist content
  • int : Signed int
  • lon : Signed long
  • ptr : Pointer
  • str : String
  • tim : Time

Methods

Currently, the following weechat methods are implemented:

  • hdata
  • info
  • infolist
  • init
  • input
  • nicklist
  • ping
  • quit
  • test

Work in progress:

  • desync
  • sync

References

About

A library and client to interact with weechat's relay feature using glib and gio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published