~ubuntu-branches/ubuntu/gutsy/irssi/gutsy-backports

« back to all changes in this revision

Viewing changes to src/fe-common/irc/module-formats.c

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-11-19 10:49:04 UTC
  • mfrom: (6.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20071119104904-kzu9r9h7cq8as4ri
Tags: 0.8.12-2ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
    GNU General Public License for more details.
15
15
 
16
 
    You should have received a copy of the GNU General Public License
17
 
    along with this program; if not, write to the Free Software
18
 
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
    You should have received a copy of the GNU General Public License along
 
17
    with this program; if not, write to the Free Software Foundation, Inc.,
 
18
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
*/
20
20
 
21
21
#include "module.h"
105
105
        { "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } },
106
106
        { "whois_away", "{whois away %|$1}", 2, { 0, 0 } },
107
107
        { "whois_special", "{whois  %|$1}", 2, { 0, 0 } },
108
 
        { "whois_extra", "{whois  %|$1}", 2, { 0, 0 } },
 
108
        { "whois_extra", "{whois account %|$1}", 2, { 0, 0 } },
109
109
        { "end_of_whois", "End of WHOIS", 1, { 0 } },
110
110
        { "end_of_whowas", "End of WHOWAS", 1, { 0 } },
111
111
        { "whois_not_found", "There is no such nick $0", 1, { 0 } },
161
161
        { "unsilenced", "Unsilenced {nick $0}", 1, { 0 } },
162
162
        { "silence_line", "{nick $0}: silence {ban $1}", 2, { 0, 0 } },
163
163
        { "ask_oper_pass", "Operator password:", 0 },
 
164
        { "accept_list", "Accepted users: {hilight $0}", 1, { 0 } },
164
165
 
165
166
        { NULL, NULL, 0 }
166
167
};