1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
Michael Vetter 8dfa41ea8e Remove double declaration and reduce scope of pcontact
In command/commands.c you declare pcontact at the top of the function.
Later in one case you declare it again and use it in a small scope. And
in the same function you use it again this time from the first
declaration. I think you intended only declaring it one time. At first I
thought about top of the function because its easier to find. Then I saw
that you declare "Jid jid" not at the top too, and I think for the sake
of reducing scope it is better. So I went for this approach.
2015-10-09 10:34:58 +02:00
2015-02-10 23:30:21 +00:00
2015-09-30 22:42:42 +01:00
2015-09-30 23:20:29 +01:00
2015-08-09 00:21:20 +01:00
2015-09-24 01:24:19 +01:00
2012-07-01 14:52:45 +01:00
2015-09-30 00:12:40 +01:00
2012-02-20 20:07:38 +00:00
2015-02-10 23:16:09 +00:00
2015-08-11 01:00:23 +01:00
2014-06-29 22:58:33 +01:00
2014-02-23 04:27:14 +00:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing, upgrading and using Profanity.

Homepage: http://www.profanity.im

Mailing List: https://groups.google.com/forum/#!forum/profanitydev

Description
No description provided
Readme 24 MiB
Languages
C 97.4%
Python 1.4%
Makefile 0.6%
M4 0.5%
Shell 0.1%