Skip to content

Commit

Permalink
Just for Ashai
Browse files Browse the repository at this point in the history
  • Loading branch information
daagaak committed Aug 31, 2009
1 parent 4f793be commit 4cae95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Irssi Bridge/irssi.m
Expand Up @@ -416,6 +416,7 @@ int irssi_main(int argc, char **argv)
SETTINGS_REC *rec = settings_get_record("ctcp_version_reply");
g_free(rec->default_value.v_string);
rec->default_value.v_string = g_strdup([[NSString stringWithFormat:@"MacIrssi %@ (Core: "PACKAGE_TARNAME" "PACKAGE_VERSION")", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] cStringUsingEncoding:NSASCIIStringEncoding]);
signal_emit("command alias", 1, [[NSString stringWithFormat:@"sv say MacIrssi %@ (Core: "PACKAGE_TARNAME" "PACKAGE_VERSION") - http://www.sysctl.co.uk/projects/macirssi/", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] cStringUsingEncoding:NSASCIIStringEncoding]);

/* Does the same as g_main_run(main_loop), except we
can call our dirty-checker after each iteration */
Expand Down

0 comments on commit 4cae95a

Please sign in to comment.