Skip to content

Instantly share code, notes, and snippets.

@igorw
Created February 8, 2010 19:06
Show Gist options
  • Select an option

  • Save igorw/298467 to your computer and use it in GitHub Desktop.

Select an option

Save igorw/298467 to your computer and use it in GitHub Desktop.
<?php
function my_join_clan_hook($user_id, $clan_id) {
if ($user_id == registry::$user->id) {
registry::$activity_box->add(new default_activity_item(time(), 'ACTIVITY_JOIN_CLAN', array(get_username($user_id), get_clan_name($clan_id)));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment