X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tools%2Fiauth-test;h=7013d1650eedd2b101fdec4e565ba00fa7406529;hb=787ba07385499acc43314957a0243c757f5c90b5;hp=0e8d104a8d0b8454dbada182ec238238b6284aff;hpb=ee0e47cc59291034bf96bc27fa685afb0ecd9817;p=ircu2.10.12-pk.git diff --git a/tools/iauth-test b/tools/iauth-test index 0e8d104..7013d16 100755 --- a/tools/iauth-test +++ b/tools/iauth-test @@ -162,13 +162,15 @@ my %handlers = ( '127.0.0.33' => { T_reply => 'R account-3' }, '127.0.0.34' => { T_reply => 'k' }, '127.0.0.35' => { T_reply => 'K' }, - # 127.0.1.x: io/iU/iu functionality. + # 127.0.1.x: io/iU/iu/iM functionality. '127.0.1.0' => { C_reply => 'o forced', H_reply => 'D' }, '127.0.1.1' => { C_reply => 'U trusted', H_reply => 'D' }, '127.0.1.2' => { C_reply => 'u untrusted', H_reply => 'D' }, + '127.0.1.3' => { C_reply => 'M +i', + H_reply => 'D' }, # 127.0.2.x: iI/iN functionality. '127.0.2.0' => { C_reply => 'N iauth.assigned.host', H_reply => 'D' },