diff options
Diffstat (limited to 'mod/rmagic.php')
-rw-r--r-- | mod/rmagic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rmagic.php b/mod/rmagic.php index de81cdcde..49525bd32 100644 --- a/mod/rmagic.php +++ b/mod/rmagic.php @@ -3,7 +3,7 @@ function rmagic_init(&$a) { - if(local_user()) + if(local_channel()) goaway(z_root()); $me = get_my_address(); |